UrlCombineA(3w)
NAME
UrlCombineA (SHLWAPI.@)
SYNOPSIS
HRESULT UrlCombineA ( LPCSTR pszBase, LPCSTR pszRelative, LPSTR pszCombined, LPDWORD pcchCombined, DWORD dwFlags )
DESCRIPTION
Combine two Urls.
PARAMS
pszBase [In] Base Url.
pszRelative [In] Url to combine with pszBase.
pszCombined [Out] Destination for combined Url.
pcchCombined [Out] Destination for length of pszCombined.
dwFlags [In] URL_ flags from "shlwapi.h".
RETURNS
Success: S_OK. pszCombined contains the combined Url, pcchCombined contains its length.
Failure: An HRESULT error code indicating 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".