Filter Library | Camera | Interface Physics |
#include <InterfaceDLL.h>
Type to support the exchange of data between the CameraDLL and the main program.
typedef struct __SpmDrawInf { CDC* pDC; // Handle of the device context to draw onto. RECT rcRect; // Valid Area of the window to draw. DWORD dwDrawCode; // Code 0: Full draw, All parameters. // 1: Medium draw, only useful parameters. // 2: Low draw, only essential parameters. } SPMDRAWINF, *LPSPMDRAWINF;
Definition at line 788 of file InterfaceDLL.h.
Public Attributes | |
CDC * | pDC |
Handle of the device context to draw onto. | |
RECT | rcRect |
Valid Area of the window to draw. | |
DWORD | dwDrawCode |
Code 0: Full draw, All parameters. 1: Medium draw, only useful parameters. |
DWORD __SpmDrawInf::dwDrawCode |
2: Low draw, only essential parameters.
Definition at line 792 of file InterfaceDLL.h.