DD_PALETTE_LOCAL structure (ddrawint.h)

The DD_PALETTE_LOCAL structure contains palette-related data that is unique to an individual palette object.

Syntax

typedef struct _DD_PALETTE_LOCAL {
  ULONG     dwReserved0;
  ULONG_PTR dwReserved1;
} *PDD_PALETTE_LOCAL, DD_PALETTE_LOCAL;

Members

dwReserved0

Reserved for system use.

dwReserved1

Reserved for use by the display driver

Requirements

Requirement Value
Header ddrawint.h (include Winddi.h)