Contents Previous Page Next Page
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.