//convert string to pcwstr PCWSTR stringToPCWSTR (const std::string& str) { int len; int slength = (int)str.length() + 1; len = MultiByteToWideChar(CP_ACP, ...
確定! 回上一頁