IWinInetHttpInfo

The IWinInetHttpInfo interface provides a way for a URL moniker client to query HTTP-specific information from the binding object (one that supports the IBinding interface).

When to Implement

A binding object implements this interface to be used for bind operations to HTTP URLs.

When to Use

A URL moniker client requests this interface by using IBinding::QueryInterface for the purpose of obtaining HTTP-specific information from the binding object.

Methods in Vtable Order

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

IWinInetHttpInfo Methods Description
QueryInfo Provides HTTP-specific information related to internet bind operations.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in urlmon.h.