PAINTPOT structure.

typedef struct _PAINTPOT {
  CELL      cell;   /*  Size of the data that follows. */
  ULONG     ulRGB;  /*  Color of this paintpot. */
} PAINTPOT;

typedef   PAINTPOT   * PPAINTPOT ;


[Back] [Next]