UrlCreateFromPathW (SHLWAPI.@)
HRESULT UrlCreateFromPathW ( LPCWSTR pszPath, LPWSTR pszUrl, LPDWORD pcchUrl, DWORD dwReserved )
Create a Url from a file path.
pszPath | [In] | Path to convert. |
pszUrl | [Out] | Destination for the converted Url. |
pcchUrl | [In/Out] | Length of pszUrl. |
dwReserved | [In] | Reserved, must be 0. |
Success: S_OK pszUrl contains the converted path, S_FALSE if the path is already a Url
Failure: An HRESULT error code.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.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.