IInternetProtocolInfo::ParseUrlIInternetProtocolInfo::ParseUrl*
*



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.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.