Filter Library Camera Interface Physics

__SpmDeviceConfig Struct Reference

#include <InterfaceDLL.h>

List of all members.


Detailed Description

Structure: SPMDEVICECONFIG for PROTOCOL [main program - camera dll].

Type to support the exchange of data between the CameraDLL and the main program.

  typedef struct __SpmDeviceConfig
 {
        DWORD   dwSize;                 // Size of this structure in bytes
        //
        // device specific data
        // optional: Last scan- and IV, parameters
        //
 } SPMDEVICECONFIG, * LPSPMDEVICECONFIG;

This structure is used by the GetDeviceConfig, en SetDeviceConfig commands. The main program has no knowledge of the content of this structure, this is Dll specific data. With the dwSize parameter the main program is able to store data to and load data from the project file.

Definition at line 649 of file InterfaceDLL.h.

Public Attributes

DWORD dwSize
 Size of this structure in bytes.


The documentation for this struct was generated from the following file:
Camera Filter Library documentation © 2004-2007 by Leiden Probe Microscopy