This interface accepts information on an asynchronous bind operation.
IBindStatusCallback Methods
GetBindInfo Provides information about how the bind operation should be handled when called by an asynchronous moniker. GetPriority Obtains the priority for the bind operation when called by an asynchronous moniker. OnDataAvailable Provides data to the client as it becomes available during asynchronous bind operations. OnLowResource Not currently implemented. OnObjectAvailable Passes the requested object interface pointer to the client. OnProgress Indicates the current progress of the bind operation. OnStartBinding Notifies the client about the callback methods it is registered to receive. This notification is a response to the flags the client requested in the RegisterBindStatusCallback function. OnStopBinding Indicates the end of the bind operation.
Interface Information
Implementation Custom Inherits from IUnknown Header and IDL files Urlmon.h, Urlmon.idl Minimum availability Internet Explorer 3 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
A client requesting an asynchronous bind operation must provide a notification object exposing the IBindStatusCallback interface. The asynchronous moniker provides information on the bind operation to the client by calling notification methods on the client's IBindStatusCallback interface. This interface also allows the client to pass additional bind information to the moniker by calling the IBindStatusCallback::GetBindInfo and IBindStatusCallback::GetPriority methods after receiving a call from IMoniker::BindToObject or IMoniker::BindToStorage.
Only the last IBindStatusCallback interface that was registered will be called.