PathCreateFromUrlW (SHLWAPI.@)
HRESULT PathCreateFromUrlW ( LPCWSTR pszUrl, LPWSTR pszPath, LPDWORD pcchPath, DWORD dwReserved )
Create a path from a URL.
lpszUrl | [In] | Url to convert into a path. |
lpszPath | [Out] | Output buffer for the resulting Path. |
pcchPath | [In] | Length of lpszPath. |
dwFlags | [In] | Flags controlling the conversion. |
Success: S_OK. lpszPath contains the Url in path format,
Failure: An HRESULT error code such as E_INVALIDARG.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.