IBindStatusCallbackEx interface
Implements the notification object for an asynchronous bind operation.
Members
The IBindStatusCallbackEx interface inherits from IBindStatusCallback. IBindStatusCallbackEx also has these types of members:
- Methods
Methods
The IBindStatusCallbackEx interface has these methods.
Method | Description |
---|---|
GetBindInfoEx | Provides information about how the bind operation is handled when called by an asynchronous moniker. |
Remarks
A client that requests an asynchronous bind operation must provide a notification object that exposes this interface. An asynchronous moniker provides information on the bind operation to the client by calling notification methods on the IBindStatusCallbackEx interface of the client. This interface lets the client pass additional bind information to the moniker. The client passes this information by calling the IBindStatusCallbackEx::GetBindInfoEx and IBindStatusCallback::GetPriority methods after receiving a call from IMoniker::BindToObject or IMoniker::BindToStorage.
Only the most recently registered IBindStatusCallbackEx interface is called.
The IID for this interface is IID_IBindStatusCallbackEx
.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 |
Product |
Internet Explorer 8 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |