PALOBJ structure (winddi.h)

[The PALOBJ structure has no public members.]

The PALOBJ structure is a user object that represents an indexed color palette.

Syntax

typedef struct _PALOBJ {
  ULONG ulReserved;
} PALOBJ;

Members

ulReserved

Remarks

This structure is used in conjunction with the PALOBJ_cGetColors service routine.

Requirements

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

See also

PALOBJ_cGetColors