IBindStatusCallback Interface

Definition

Provides information about and defines callback methods for monitoring an asynchronous binding operation. For more information, see About Cooperative and Asynchronous Data Retrieval and IBindStatusCallback.

public interface class IBindStatusCallback
public interface class IBindStatusCallback
__interface IBindStatusCallback
[System.Runtime.InteropServices.Guid("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IBindStatusCallback
[System.Runtime.InteropServices.Guid("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IBindStatusCallback
[<System.Runtime.InteropServices.Guid("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IBindStatusCallback = interface
[<System.Runtime.InteropServices.Guid("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IBindStatusCallback = interface
Public Interface IBindStatusCallback
Attributes

Methods

GetBindInfo(UInt32, BINDINFO[])
GetPriority(Int32)
OnDataAvailable(UInt32, UInt32, FORMATETC[], STGMEDIUM[])
OnLowResource(UInt32)
OnObjectAvailable(Guid, Object)
OnProgress(UInt32, UInt32, UInt32, String)
OnStartBinding(UInt32, IBinding)
OnStopBinding(Int32, String)

Applies to