DDHAL_SET_PALETTE (Windows Embedded CE 6.0)
1/6/2010
This structure is used to describe palette entries to define a new palette in IOCTL_HAL_DDI calls.
Syntax
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
Header | ddhal.h |
Windows Embedded CE | Windows CE 5.0 and later |