IBindHost Interface

Definition

Implemented by a container to enable hosted objects to do asynchronous data transfers through the container. For more information, see IBindHost and About Cooperative and Asynchronous Data Retrieval.

public interface class IBindHost
public interface class IBindHost
__interface IBindHost
[System.Runtime.InteropServices.Guid("FC4801A1-2BA9-11CF-A229-00AA003D7352")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IBindHost
[System.Runtime.InteropServices.Guid("FC4801A1-2BA9-11CF-A229-00AA003D7352")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IBindHost
[<System.Runtime.InteropServices.Guid("FC4801A1-2BA9-11CF-A229-00AA003D7352")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IBindHost = interface
[<System.Runtime.InteropServices.Guid("FC4801A1-2BA9-11CF-A229-00AA003D7352")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IBindHost = interface
Public Interface IBindHost
Attributes

Methods

CreateMoniker(String, IBindCtx, IMoniker, UInt32)
MonikerBindToObject(IMoniker, IBindCtx, IBindStatusCallback, Guid, Object)
MonikerBindToStorage(IMoniker, IBindCtx, IBindStatusCallback, Guid, Object)

Applies to