CTLCOLOR
Appearance
Structure that contains a control color index and value pair.
struct
typedef
typedef struct _CTLCOLOR {
LONG clrIndex; /* Control color index. */
ULONG clrValue; /* Control color value. */
} CTLCOLOR;
typedef CTLCOLOR * PCTLCOLOR ;