... Get the size of the buffer needed to store the converted string. int ret = WideCharToMultiByte(CP_ACP, O, pwsz, —1, NULL, 0, NULL, NULL); if (0 == ret) ...
確定! 回上一頁