IWaitMultiple Interface

Definition

Enables waiting for a group of cross-process calls.

public interface class IWaitMultiple
public interface class IWaitMultiple
__interface IWaitMultiple
[System.Runtime.InteropServices.Guid("0000002B-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IWaitMultiple
[System.Runtime.InteropServices.Guid("0000002B-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IWaitMultiple
[<System.Runtime.InteropServices.Guid("0000002B-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IWaitMultiple = interface
[<System.Runtime.InteropServices.Guid("0000002B-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IWaitMultiple = interface
Public Interface IWaitMultiple
Attributes

Methods

AddSynchronize(ISynchronize)
WaitMultiple(UInt32, ISynchronize)

Applies to