Filter Library | Camera | Interface Physics |
#include <InterfaceDLL.h>
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. |