close
SOL:
PWSTR pszFilePath = NULL;
hr = psiResult->GetDisplayName(SIGDN_FILESYSPATH, &pszFilePath);
//PWSTR to CString
CString s(pszFilePath);
cstring to string
std::string ss = s.GetBuffer()
文章標籤
全站熱搜