Structure that contains a control color index and value pair.

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

typedef   CTLCOLOR   * PCTLCOLOR ;


[Back] [Next]