![]() |
#2
shafeilong2010-11-03 13:05
|
typedef struct tagPAINTSTRUCT {
HDC hdc;
BOOL fErase;
RECT rcPaint;
BOOL fRestore;
BOOL fIncUpdate;
BYTE rgbReserved[32];
} PAINTSTRUCT, *PPAINTSTRUCT;
请问:
1, RECT rcPaint; rc前缀是什么意思?
2,BYTE rgbReserved[32]; rgb前缀是什么意思/