DDRAWI_DDRAWPALETTE_INT (Windows CE 5.0)
This structure contains the DirectDrawPalette object's interface information.
typedef struct _DDRAWI_DDRAWPALETTE_INT {LPVOIDlpVtbl;LPDDRAWI_DDRAWPALETTE_LCLlpLcl;LPDDRAWI_DDRAWPALETTE_INTlpLink;DWORD dwIntRefCnt;} DDRAWI_DDRAWPALETTE_INT;
Members
- lpVtbl**
Used by DirectDraw and should not be filled in by the driver. - lpLcl
Pointer to a DDRAWI_DDRAWPALETTE_LCL structure that contains the local object. - lpLink**
Used by DirectDraw and should not be filled in by the driver. - dwIntRefCnt**
Used by DirectDraw and should not be filled in by the driver.
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
See Also
DDRAWI_DDRAWPALETTE_LCL | DirectDrawPalette Structures
Send Feedback on this topic to the authors