Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |