TCHAR * des = new TCHAR[sString.GetLength() + 1]; // 1은 NULL을 위한 여유공간
_tcscpy(des, sString.GetBuffer(0));
Posted by 니니스 :