IBindStatusCallback 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.
Provides information about and defines callback methods for monitoring an asynchronous binding operation. For more information, see About Cooperative and Asynchronous Data Retrieval and IBindStatusCallback.
public interface class IBindStatusCallback
public interface class IBindStatusCallback
__interface IBindStatusCallback
[System.Runtime.InteropServices.Guid("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IBindStatusCallback
[System.Runtime.InteropServices.Guid("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IBindStatusCallback
[<System.Runtime.InteropServices.Guid("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IBindStatusCallback = interface
[<System.Runtime.InteropServices.Guid("79EAC9C1-BAF9-11CE-8C82-00AA004BA90B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IBindStatusCallback = interface
Public Interface IBindStatusCallback
- Attributes