DD_PALETTE_GLOBAL structure (ddrawint.h)
The DD_PALETTE_GLOBAL structure contains the global DirectDrawPalette data that can be shared between object instances.
Syntax
typedef struct _DD_PALETTE_GLOBAL {
ULONG_PTR dwReserved1;
} *PDD_PALETTE_GLOBAL, DD_PALETTE_GLOBAL;
Members
dwReserved1
Reserved for use by the display driver.
Requirements
Requirement | Value |
---|---|
Header | ddrawint.h (include Winddi.h) |