전공/MFC 삽질들..
CString to wchar_t*
무한공백
2011. 12. 30. 11:30
USES_CONVERSION;
CString str = _T("abc");
wchar_t* wstr = T2W(str.GetBuffer(0));