IWinInetInfo

The IWinInetInfo interface provides protocol-specific information for a bind operation.

When to Implement

The binding object that exposes the IBinding interface implements IWinInetInfo for standard Internet protocols.

When to Use

The client of an URL moniker calls this interface obtaining a pointer from IBinding::QueryInterface. Then, the moniker client can query for protocol-specific information from the binding object.

Methods in Vtable Order

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

IWinInetInfo Methods Description
QueryOption Queries for protocol-specific information about the bind operation.

QuickInfo

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