typedef struct tagDRAWITEMSTRUCT {
UINT CtlType;
UINT CtlID;
UINT itemID;
UINT itemAction;
UINT itemState;
HWND hwndItem;
HDC hDC;
RECT rcItem;
ULONG_PTR itemData;
} DRAWITEMSTRUCT;
posted on 2008-02-03 13:02
cpsprogramer 閱讀(1417)
評論(1) 編輯 收藏 引用 所屬分類:
VC++