Home
last modified time | relevance | path

Searched refs:pathres (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/crypt32/
H A Dstore.c382 HRESULT pathres; in testRegStoreSavedCerts() local
428 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()