UrlApplySchemeA(3w)
NAME
UrlApplySchemeA (SHLWAPI.@)
SYNOPSIS
HRESULT UrlApplySchemeA ( LPCSTR pszIn, LPSTR pszOut, LPDWORD pcchOut, DWORD dwFlags )
DESCRIPTION
Apply a scheme to a Url.
PARAMS
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".
RETURNS
Success: S_OK: pszOut contains the modified Url, pcchOut contains its
length.
Failure: An HRESULT error code describing the error.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/url.c".
- Debug channel "shell".