Searched refs:PathCreateFromUrlW (Results 1 – 10 of 10) sorted by relevance
/reactos/dll/win32/shlwapi/ |
H A D | path.c | 3320 if((ret = PathCreateFromUrlW(urlW.Buffer, pathW, &lenW, dwReserved)) == E_POINTER) { in PathCreateFromUrlA() 3322 ret = PathCreateFromUrlW(urlW.Buffer, pathW, &lenW, dwReserved); in PathCreateFromUrlA() 3355 HRESULT WINAPI PathCreateFromUrlW(LPCWSTR pszUrl, LPWSTR pszPath, in PathCreateFromUrlW() function 3505 hr = PathCreateFromUrlW(pszUrl, pathW, &size, dwReserved); in PathCreateFromUrlAlloc()
|
H A D | shlwapi.spec | 600 599 stdcall PathCreateFromUrlW(wstr ptr ptr long)
|
/reactos/dll/win32/urlmon/ |
H A D | internet.c | 267 hres = PathCreateFromUrlW(url, result, &prsize, 0); in parse_path_from_url()
|
/reactos/dll/win32/ieframe/ |
H A D | shellbrowser.c | 709 if(PathCreateFromUrlW(lpszUrl, file_path, &file_path_len, 0) == S_OK) in DocObjectService_FireBeforeNavigate2()
|
H A D | navigate.c | 624 if(PathCreateFromUrlW(url, file_path, &file_path_len, 0) == S_OK) in on_before_navigate2()
|
/reactos/base/applications/rapps/ |
H A D | loaddlg.cpp | 872 HRESULT hr = PathCreateFromUrlW(InfoArray[iAppId].szUrl, LocalFilePath, &cchPath, 0); in ThreadFunc()
|
/reactos/dll/win32/shell32/folders/ |
H A D | CDesktopFolder.cpp | 361 HRESULT hr = PathCreateFromUrlW(lpszDisplayName, szPath, &cchPath, 0); in _ParseDisplayNameByParent()
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 913 PathCreateFromUrlW(
|
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 2160 if (!buf.Allocate(size) || FAILED(PathCreateFromUrlW(sei_tmp.lpFile, buf, &size, 0))) in SHELL_execute()
|
/reactos/dll/win32/wininet/ |
H A D | internet.c | 1878 PathCreateFromUrlW(lpszUrl, tmppath, &len, 0); in InternetCrackUrlW()
|