IBindStatusCallback (Windows Embedded CE 6.0)
1/6/2010
This interface accepts information on an asynchronous bind operation.
In This Section
- GetBindInfo
Provides information about how the bind operation should be handled when it is called by an asynchronous moniker
- GetPriority
Obtains 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
Currently not implemented
- 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 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 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 for the client to pass additional bind information to the moniker by calling the IBindStatusCallback::GetBindInfo and IBindStatusCallback::GetPriority methods after it receives a call from IMoniker::BindToObject or IMoniker::BindToStorage.
Only the last IBindStatusCallback interface that was registered will be called.
Requirements
Header | urlmon.h, urlmon.idl |
Library | urlmon.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |