CString Sour = "cast test";
WCHAR dest[255];
int nLen = MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, (LPCSTR)Sour, Sour.GetLength(), dest, 255);
dest[nLen] = '\0';
WCHAR dest[255];
int nLen = MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, (LPCSTR)Sour, Sour.GetLength(), dest, 255);
dest[nLen] = '\0';
'Windows > MFC' 카테고리의 다른 글
CHtmlView SetTheaterMode 테두리 제거 (0) | 2013.10.02 |
---|---|
CRegistryEx (0) | 2013.10.02 |
Class registry (0) | 2013.10.02 |
CRegKey How to!, registry (0) | 2013.10.02 |
CRegKey 사용.. (0) | 2013.10.02 |