UrlApplySchemeA (SHLWAPI.@)
HRESULT UrlApplySchemeA ( LPCSTR pszIn, LPSTR pszOut, LPDWORD pcchOut, DWORD dwFlags )
Apply a scheme to a Url.
pszIn | [In] | Url to apply scheme to. |
pszOut | [Out] | Destination for modified Url. |
pcchOut | [In/Out] | Length of pszOut/destination for length of pszOut. |
dwFlags | [In] | URL_ flags from "shlwapi.h". |
Success: S_OK: pszOut contains the modified Url, pcchOut contains its length.
Failure: An HRESULT error code describing the error.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c
Debug channel "shell".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.