Searched refs:pathres (Results 1 – 1 of 1) sorted by relevance
382 HRESULT pathres; in testRegStoreSavedCerts() local428 pathres = SHGetFolderPathW(NULL, CSIDL_APPDATA, NULL, 0, appdata_path); in testRegStoreSavedCerts()429 ok (pathres == S_OK, in testRegStoreSavedCerts()430 "Failed to get app data path at %d (%x)\n", pathres, GetLastError()); in testRegStoreSavedCerts()431 if (pathres == S_OK) in testRegStoreSavedCerts()