The IWinInetInfo interface provides protocol-specific information for a bind operation.
The binding object that exposes the IBinding interface implements IWinInetInfo for standard Internet protocols.
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.
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. |
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.