Contents Index Topic Contents | ||
Previous Topic: CoGetClassObjectFromURL Next Topic: CoInternetCompareUrl |
CoInternetCombineUrl
STDAPI CoInternetCombineUrl( LPCWSTR pwzBaseUrl, LPCWSTR pwzRelativeUrl, DWORD dwCombineFlags, LPWSTR pwzResult, DWORD cchResult, DWORD *pcchResult, DWORD dwReserved );Combines a base and relative URL into a full URL.
- Returns one of the following values:
S_OK Success. S_FALSE The buffer was too small to contain the resulting URL. INET_E_DEFAULT_ACTION
- pwzBaseUrl
- String value containing the base URL.
- pwzRelativeUrl
- String value containing the relative URL.
- dwCombineFlags
- Double-word value that controls the combining process.
- pwzResult
- String variable where the full URL will be stored.
- cchResult
- Double-word value that contains the size of the buffer.
- pcchResult
- Address of a double-word value to store the size of the information stored in the buffer.
- dwReserved
- Reserved. Must be set to zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.