IBinding Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables a client program using an asynchronous moniker to control the progress of a bind operation. Used as an argument in the OnStartBinding(UInt32, IBinding) method of the IBindStatusCallback interface. For more information, see IBinding and About Cooperative and Asynchronous Data Retrieval.
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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IBinding
[<System.Runtime.InteropServices.Guid("79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IBinding = interface
[<System.Runtime.InteropServices.Guid("79EAC9C0-BAF9-11CE-8C82-00AA004BA90B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IBinding = interface
Public Interface IBinding
- Attributes
Methods
Abort() | |
GetBindResult(Guid, UInt32, IntPtr, UInt32) | |
GetPriority(Int32) | |
Resume() | |
SetPriority(Int32) | |
Suspend() |