IBindStatusCallbackIBindStatusCallback*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IBindProtocol
*Next Topic: ICodeInstall

IBindStatusCallback

This interface accepts information on an asynchronous binding operation. 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 IBindStatusCallback::GetBindInfo and IBindStatusCallback::GetPriority after receiving a call from IMoniker::BindToObject or IMoniker::BindToStorage.

Only the last IBindStatusCallback interface that was registered will be called.
IBindStatusCallback methods Description
GetBindInfo Gets bind information for the bind operation.
GetPriority Gets data during asynchronous bind operations.
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 this bind operation.
OnStartBinding Tells the client which callback methods it is registered to receive.
OnStopBinding Indicates the end of the bind operation.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.