Jump to content

CTLCOLOR

From EDM2

Structure that contains a control color index and value pair.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _CTLCOLOR {
  LONG      clrIndex;  /* Control color index. */
  ULONG     clrValue;  /* Control color value. */
} CTLCOLOR;

typedef   CTLCOLOR   * PCTLCOLOR ;