Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/shlwapi/
H A DPathIsUNC.c26 BOOL ret = PathIsUNCW((str)); \
/reactos/dll/win32/shlwapi/
H A Dpath.c132 if (!PathIsUNCW(lpszAppend)) in PathAppendW()
217 if (!lpszDir || !*lpszDir || *lpszFile != '\\' || PathIsUNCW(lpszFile)) in PathCombineW()
2266 BOOL WINAPI PathIsUNCW(LPCWSTR lpszPath) in PathIsUNCW() function
2821 if (PathIsUNCW(lpszFile1)) in PathCommonPrefixW()
2823 if (!PathIsUNCW(lpszFile2)) in PathCommonPrefixW()
2828 else if (PathIsUNCW(lpszFile2)) in PathCommonPrefixW()
H A Dshlwapi.spec647 645 stdcall PathIsUNCW(wstr)
/reactos/sdk/lib/3rdparty/libmpg123/compat/
H A Dcompat.c125 if(wcslen(wpath) >= 2 && PathIsUNCW(wpath)) in wlongpath()
/reactos/sdk/lib/atl/
H A Datlpath.h43 inline BOOL PathIsUNCX(LPCWSTR pszPath) { return PathIsUNCW(pszPath); } in PathIsUNCX()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c138 return PathIsUNCW(path) || (PathGetDriveNumberW(path) != -1 && path[2] == L'\\'); in PathIsAbsoluteW()
177 if (!PathIsUNCW(szTemp)) in PathQualifyExW()
603 if (PathIsUNCW(lpszPath)) in IsLFNDriveW()
/reactos/dll/win32/shell32/folders/
H A DCDesktopFolder.cpp323 else if (PathIsUNCW(lpszDisplayName)) // "\\\\..." in _ParseDisplayNameByParent()
/reactos/dll/win32/shell32/
H A Dshell32.spec38 39 stdcall -noname PathIsUNC(wstr) PathIsUNCW
/reactos/sdk/include/psdk/
H A Dshlwapi.h988 BOOL WINAPI PathIsUNCW(_In_ LPCWSTR);
/reactos/dll/win32/browseui/
H A Dshellbrowser.cpp2519 return SHGetPathFromIDListWrapW(pidl, szPath) && PathIsUNCW(szPath); in _ILIsNetworkPlace()