UrlCombineA (SHLWAPI.@)
HRESULT UrlCombineA ( LPCSTR pszBase, LPCSTR pszRelative, LPSTR pszCombined, LPDWORD pcchCombined, DWORD dwFlags )
Combine two Urls.
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". |
Success: S_OK. pszCombined contains the combined Url, pcchCombined contains its length.
Failure: An HRESULT error code indicating the error.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.