IBindStatusCallback interface
Accepts information on an asynchronous bind operation.
Members
The IBindStatusCallback interface inherits from the IUnknown interface. IBindStatusCallback also has these types of members:
- Methods
Methods
The IBindStatusCallback interface has these methods.
Method | Description |
---|---|
GetBindInfo | Provides information about how the bind operation is handled when it is called by an asynchronous moniker. |
GetPriority | Gets the priority for the bind operation when it is called by an asynchronous moniker. |
OnDataAvailable | Provides data to the client as it becomes available during asynchronous bind operations. |
OnLowResource | |
OnObjectAvailable | Passes the requested object interface pointer to the client. |
OnProgress | Indicates the progress of the bind operation. |
OnStartBinding | Notifies the client about the callback methods that 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. |
Remarks
A client that requests an asynchronous bind operation must provide a notification object, which exposes 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 enables 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 is called.
The IID for this interface is IID_IBindStatusCallback
.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 3.0 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |