Home
last modified time | relevance | path

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

/reactos/dll/win32/shlwapi/
H A Dutils.cpp235 if (!dwWhich || (*PathFindExtensionW(pszPath) && (dwWhich & WHICH_OPTIONAL))) in PathFileExistsDefExtAndAttributesW()
H A Dpath.c1144 if (!*szExt || dwWhich & WHICH_OPTIONAL) in PathFileExistsDefExtW()
/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h326 #define WHICH_OPTIONAL (1 << 6) macro