Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>paintstruct</b> filled in by beginpaint function. http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PAINTSTRUCT       Filled in by BeginPaint function.

typedef struct tagPAINTSTRUCT {
    HDC hdc;
    BOOL fErase; /* nonzero if background was redrawn */
    RECT rcPaint; /* rectangle that requires painting */
    BOOL fRestore; /* reserved */
    BOOL fIncUpdate; /* reserved */
    BYTE rgbReserved[16];
} PAINTSTRUCT;

typedef PAINTSTRUCT *PPAINTSTRUCT;
typedef PAINTSTRUCT NEAR *NPPAINTSTRUCT;
typedef PAINTSTRUCT FAR *LPPAINTSTRUCT;

See Also: BeginPaint EndPaint

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson