DDHAL_SET_PALETTE (Compact 2013)
3/26/2014
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 |