2016年1月3日

LPTSTR CString 相互转换

摘要: (1)直接赋值CString strText;LPTSTR lpszText = _T("LPTSTR >> CString");strText = lpszText;::MessageBox( NULL, strText , _T("标题"), MB_ICONASTERISK|MB_TASKMOD... 阅读全文

posted @ 2016-01-03 22:56 &大飞 阅读(418) 评论(0) 推荐(0)

导航