DDGPEDriverData (Compact 2013)
3/26/2014
This structure is used by various DDGPE classes to allow your driver to store custom information.
Syntax
typedef struct DDGPEDriverData {
DDGPEStandardHeader;
DWORD dwDriverFlag
} DDGPEDriverData;
Members
- DDGPEStandardHeader
See DDGPEStandardHeader for more information.
- dwDriverFlag
This field can contain driver-specific flags that need be attached to the DDGPE object.
Requirements
Header |
ddgpe.h |
Library |
Ddgpe.lib |
See Also
Reference
DDGPE Data Structures, Types, and Constants
DDGPEStandardHeader