IBinding 接口

定义

启用使用异步名字对象的客户端程序来控制绑定操作的进度。 用作接口的方法中的参数 OnStartBinding(UInt32, IBinding) IBindStatusCallback 。 有关详细信息,请参阅 IBinding 和有关协作和异步数据检索。

public interface class IBinding
public interface class IBinding
__interface IBinding
[System.Runtime.InteropServices.Guid("79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IBinding
[<System.Runtime.InteropServices.Guid("79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IBinding = interface
Public Interface IBinding
属性

方法

Abort()
GetBindResult(Guid, UInt32, IntPtr, UInt32)
GetPriority(Int32)
Resume()
SetPriority(Int32)
Suspend()

适用于