53
HRESULT hRes = SHGetFolderPath(0, CSIDL_APPDATA, 0, 0, szPath);
51
HRESULT hRes = SHGetFolderPathW(0, CSIDL_APPDATA, 0, 0, wszPath);
58
hRes = SHGetFolderPath(0, CSIDL_PERSONAL, 0, 0, szPath);
56
hRes = SHGetFolderPathW(0, CSIDL_PERSONAL, 0, 0, wszPath);
64
62
RTPrintf("SHGetFolderPathW (CSIDL_PERSONAL) returned error: 0x%x\n", hRes);