Programming
변환 : CString -> LPTSTR
Daniel-Kim
2010. 1. 26. 17:10
LPTSTR lptStr;
CString strTmp = _T("Test");
lptStr= strTmp.GetBuffer(strTmp.GetLength() + 1);
result : lptStr