Contents Index Topic Contents | ||
Previous Topic: IInternetProtocolInfo::CompareUrl Next Topic: IInternetProtocolInfo::QueryInfo |
IInternetProtocolInfo::ParseUrl
HRESULT ParseUrl( [in] LPCWSTR pwzUrl, [in] PARSEACTION ParseAction, [in] DWORD dwParseFlags, [out] LPWSTR pwzResult, [in] DWORD cchResult, [out] DWORD *pcchResult, [in] DWORD dwReserved );Parses a 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
- pwzUrl
- String value containing the URL to parse.
- ParseAction
- PARSEACTION value that determines the information to be parsed from the URL.
- dwParseFlags
- Reserved. Must be set to zero.
- 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.