2012年9月8日
摘要: 一般LP代表指针,C代表const,T代表宽字符,STR代表字符串,这么对应下来大概是这样:LPCTSTR = const TCHAR*BOOL A Boolean value.BSTR A 32-bit character pointer.BYTE An 8-bit integer that is not signed.COLORREF A 32-bit value used as a color value.DWORD A 32-bit unsigned integer or the address of... 阅读全文
posted @ 2012-09-08 09:24 Simon Han 阅读(185) 评论(0) 推荐(0)