The information in this article applies to:
SUMMARY
Programs that use URL Monikers to download data but need to obtain extra
low-level WinInet information about the download can use the
IWinInetHttpInfo and IWinInetInfo interfaces.
MORE INFORMATION
The user of a URL Moniker receives a reference to the IBinding interface of
the binding object in the IBindStatusCallback::OnStartBinding interface.
When binding to an HTTP server, the binding object supports the
IWinInetHttpInfo interface for obtaining HTTP-specific information, such as
HTTP headers. The binding object also supports the IWinInetInfo interface
for obtaining Internet options such as the name of the file downloaded by a
URL moniker binding. Both interfaces support the QueryInfo method.
QueryInfo basically forwards the call to the standard WinInet functions
HttpQueryInfo and InternetQueryOption, respectively.
For complete information on the parameters available to
IWinInetHttpInfo::QueryInfo and IWinInetInfo::QueryOption, review the
Internet Client SDK documentation for the WinInet functions HttpQueryInfo
and InternetQueryOption, respectively.
REFERENCES
Internet Client SDK: Internet Tools & Technologies; Monikers, URLs,
Security Zones, and Pluggable Protocols
© Microsoft Corporation 1999, All Rights Reserved. Additional query words:
Keywords : kbcode kbIE300 kbIE400 kbIE401 kbIE500 AXSDKUrlMon |
Last Reviewed: December 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |