IBindHost 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.
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