Filter Library | Camera | Interface Physics |
#include <InterfaceDLL.h>
Type to support the exchange of data between the CameraDLL and the main program.
typedef struct __SpmDeviceSpecificFrameData { DWORD dwSize; ///< Size of this structure in bytes // // device specific frame data // } SPMDEVICESPECIFICFRAMEDATA, * LPSPMDEVICESPECIFICFRAMEDATA;
Definition at line 822 of file InterfaceDLL.h.
Public Attributes | |
DWORD | dwSize |
Size of this structure in bytes. |