DDRAWI_DDRAWPALETTE_LCL
The DDRAWI_DDRAWPALETTE_LCL structure contains local data for each individual DirectDrawPalette object.
typedef struct _DDRAWI_DDRAWPALETTE_LCL
{
DWORD lpPalMore;
LPDDRAWI_DDRAWPALETTE_GBL lpGbl;
ULONG_PTR dwUnused0;
DWORD dwLocalRefCnt;
IUnknown FAR *pUnkOuter;
LPDDRAWI_DIRECTDRAW_LCL lpDD_lcl;
ULONG_PTR dwReserved1;
ULONG_PTR dwDDRAWReserved1;
ULONG_PTR dwDDRAWReserved1;
} DDRAWI_DDRAWPALETTE_LCL;
Members
- lpPalMore
Pointer to additional local data. - lpGbl
Pointer to a DDRAWI_DDRAWPALETTE_GBL structure that contains the palette data. - dwUnused0
This member is not currently used. - dwLocalRefCnt
This member is used by DirectDraw and should not be filled in by the driver. - pUnkOuter
This member is used by DirectDraw and should not be filled in by the driver. - lpDD_lcl
Pointer to the owning local driver object. - dwReserved1
Reserved for use by the display driver. - dwDDRAWReserved1
This member is used by DirectDraw and should not be filled in by the driver. - dwDDRAWReserved2
This member is used by DirectDraw and should not be filled in by the driver.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.