PAINTPOT
Appearance
PAINTPOT structure.
Type
struct
C Declaration Method
typedef struct
Example Code
typedef struct _PAINTPOT { CELL cell; /* Size of the data that follows. */ ULONG ulRGB; /* Color of this paintpot. */ } PAINTPOT; typedef PAINTPOT * PPAINTPOT ;