Home
last modified time | relevance | path

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

/reactos/dll/win32/shlwapi/
H A Dpath.c3320 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 Dshlwapi.spec600 599 stdcall PathCreateFromUrlW(wstr ptr ptr long)
/reactos/dll/win32/urlmon/
H A Dinternet.c267 hres = PathCreateFromUrlW(url, result, &prsize, 0); in parse_path_from_url()
/reactos/dll/win32/ieframe/
H A Dshellbrowser.c709 if(PathCreateFromUrlW(lpszUrl, file_path, &file_path_len, 0) == S_OK) in DocObjectService_FireBeforeNavigate2()
H A Dnavigate.c624 if(PathCreateFromUrlW(url, file_path, &file_path_len, 0) == S_OK) in on_before_navigate2()
/reactos/base/applications/rapps/
H A Dloaddlg.cpp872 HRESULT hr = PathCreateFromUrlW(InfoArray[iAppId].szUrl, LocalFilePath, &cchPath, 0); in ThreadFunc()
/reactos/dll/win32/shell32/folders/
H A DCDesktopFolder.cpp361 HRESULT hr = PathCreateFromUrlW(lpszDisplayName, szPath, &cchPath, 0); in _ParseDisplayNameByParent()
/reactos/sdk/include/psdk/
H A Dshlwapi.h913 PathCreateFromUrlW(
/reactos/dll/win32/shell32/
H A Dshlexec.cpp2160 if (!buf.Allocate(size) || FAILED(PathCreateFromUrlW(sei_tmp.lpFile, buf, &size, 0))) in SHELL_execute()
/reactos/dll/win32/wininet/
H A Dinternet.c1878 PathCreateFromUrlW(lpszUrl, tmppath, &len, 0); in InternetCrackUrlW()