Microsoft Windows CE 3.0  

DDRAWI_DDRAWPALETTE_INT

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The DDRAWI_DDRAWPALETTE_INTstructure contains the DirectDrawPalette object's interface information.

typedef struct _DDRAWI_DDRAWPALETTE_INT { LPVOID
lpVtbl
;
LPDDRAWI_DDRAWPALETTE_LCL
lpLcl
;
LPDDRAWI_DDRAWPALETTE_INT
lpLink
;
DWORD
dwIntRefCnt
;
} DDRAWI_DDRAWPALETTE_INT;

Members

lpVtbl
This member is used by DirectDraw and should not be filled in by the driver.
lpLcl
Pointer to a DDRAWI_DDRAWPALETTE_LCLstructure that contains the local object.
lpLink
This member is used by DirectDraw and should not be filled in by the driver.
dwIntRefCnt
This member is used by DirectDraw and should not be filled in by the driver.

 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.