Contents Index Topic Contents | ||
Previous Topic: CoInternetGetSession Next Topic: Structures |
CoInternetParseUrl
STDAPI CoInternetParseUrl( LPCWSTR pwzUrl, PARSEACTION ParseAction, DWORD dwFlags, LPWSTR pszResult, DWORD cchResult, DWORD *pcchResult, DWORD dwReserved );Parses URLs. (This is a helper API.)
- 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
- pwzUrl
- String value containing the URL to parse.
- ParseAction
- PARSEACTION value that determines the information to be parsed from the URL.
- dwFlags
- Double-word value that controls the parsing operation.
- pwzResult
- String value that contains the information parsed from the URL.
- cchResult
- Double-word value that contains the size of the buffer.
- pcchResult
- Address of a double-word value that contains 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.