DDHAL_SETENTRIESDATA (Windows CE 5.0)
This structure contains information necessary to change the palette entries in a specified palette immediately. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) SetEntries callback function.
typedef struct _DDHAL_SETENTRIESDATA {LPDDRAWI_DIRECTDRAW_GBLlpDD;LPDDRAWI_DDRAWPALETTE_GBLlpDDPalette;DWORDdwBase;DWORDdwNumEntries;LPPALETTEENTRYlpEntries;HRESULTddRVal;LPDDHALPALCB_SETENTRIESSetEntries;} DDHAL_SETENTRIESDATA;
Members
- lpDD**
Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object. - lpDDPalette**
Pointer to the DDRAWI_DDRAWPALETTE_GBL structure that represents the DirectDrawPalette object. - dwBase**
Index into the color table of the first entry to be modified. - dwNumEntries**
Number of palette entries to be changed. - lpEntries**
Pointer to the color table. - ddRVal**
Passes the DirectDraw return values. - SetEntries**
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
SetEntries | DDRAWI_DIRECTDRAW_GBL | DirectDrawPalette Structures
Send Feedback on this topic to the authors