CoInternetParseUrlCoInternetParseUrl*
*



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.)

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.

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