IWaitMultiple 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 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) |