DDGPEDriverData
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.
Remarks
See the DDGPE class definitions for more information on using this structure.
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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.