IBinding 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启用使用异步名字对象的客户端程序来控制绑定操作的进度。 用作接口的方法中的参数 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() |