CoInternetQueryInfoCoInternetQueryInfo*
*



Contents  *



Index  *Topic Contents
*Previous Topic: CoInternetCompareUrl
*Next Topic: CopyBindInfo

CoInternetQueryInfo

STDAPI CoInternetQueryInfo(
    LPCWSTR pwzUrl,
    QUERYOPTION QueryOption,
    DWORD dwQueryFlags,
    LPVOID pvBuffer,
    DWORD cbBuffer,
    DWORD *pcbBuffer,
    DWORD dwReserved
);

Retrieves information related to the specified URL.

pwzUrl
String value containing the URL.
QueryOption
QUERYOPTION value that indicates what option to query.
dwQueryFlags
Double-word value containing the query flags.
pvBuffer
Address of the buffer where the information will be stored.
cbBuffer
Double-word value containing the size of the buffer.
pcbBuffer
Address of a double-word variable where the size of the requested information will be stored.
dwReserved
Reserved. Must be set to zero.

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