DDHAL_SET_PALETTE (Windows CE 5.0)
This structure is used to describe palette entries to define a new palette in IOCTL_HAL_DDI calls.
typedef struct { UINT16 firstEntry; UINT16 entries;} DDHAL_SET_PALETTE;
Members
- firstEntry
A UINT16 value that describes the first color in the new palette. - entries
A UINT16 value that identifies the number of additional colors after the first one. Each additional color is sized as DWORD.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Ddhal.h.
See Also
Display Driver Structures | IOCTL_HAL_DDI calls
Send Feedback on this topic to the authors