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.
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 |
Queries for protocol-specific information about the bind operation. |