IBinding Schnittstelle

Definition

Ermöglicht einem Clientprogramm mithilfe eines asynchronen Monikers, den Status eines Bindevorgangs zu steuern. Wird als Argument in der OnStartBinding(UInt32, IBinding)-Methode der IBindStatusCallback-Schnittstelle verwendet. Weitere Informationen finden Sie unter ibinding und Informationen zum kooperativen und asynchronen Abrufen von Daten.

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
Attribute

Methoden

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

Gilt für