DDGPEDriverData (Windows CE 5.0)
This structure is used by various DDGPE classes to allow your driver to store custom information.
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
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddgpe.h.
Link Library: Ddgpe.lib.
See Also
DDGPEStandardHeader | DDGPE Data Structures, Types, and Constants
Send Feedback on this topic to the authors