2012年2月18日
摘要: typedef struct tag { DWORD itemData; int dataI; }DTAWITEMSTRUCT; typedef DTAWITEMSTRUCT* LPDRAWITEMSTRUCT; typedef struct tag2 { CString strTest; UINT uID; UINT inDex; int postionleftImage; }MENUITEM ; MENUITEM menuitem={_T("hello"),100,100,100}; DTAWITEMSTRUCT drawitemstruct={1000,1000}; 阅读全文
posted @ 2012-02-18 11:07 小水人 阅读(102) 评论(0) 推荐(0) 编辑