Home
last modified time | relevance | path

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

/reactos/base/applications/rapps/
H A Dmisc.cpp178 BOOL bHasPath = SHGetSpecialFolderPathW(NULL, DirectoryStr, CSIDL_LOCAL_APPDATA, TRUE); in GetStorageDirectory() local
179 if (bHasPath) in GetStorageDirectory()
185 if (bHasPath) in GetStorageDirectory()
/reactos/modules/rostests/apitests/zipfldr/
H A DEnumObjects.cpp244 BOOL bHasPath = SHGetPathFromIDListW(zipPidl, ZipFilename); in test_EnumObjects() local
245 ok_int(bHasPath, TRUE); in test_EnumObjects()
/reactos/dll/win32/shell32/
H A DCDefaultContextMenu.cpp1348 BOOL bHasPath = SHGetPathFromIDListW(pidlFull, wszPath); in InvokePidl() local
1367 else if (bHasPath) in InvokePidl()
1378 if (bHasPath) in InvokePidl()