Example: c++ convert const char* to LPCWSTR const char *p = "D:\\"; const WCHAR *pwcsName; //LPCWSTR // required size int size = MultiByteToWideChar(CP_ACP, ...
確定! 回上一頁