InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / MsgWaitForMultipleObjects Method

In This Topic
    MsgWaitForMultipleObjects Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function MsgWaitForMultipleObjects( _
       ByVal nCount As Integer, _
       ByVal pHandles As IntPtr, _
       ByVal bWaitAll As Short, _
       ByVal dwMilliseconds As Integer, _
       ByVal dwWakeMask As Integer _
    ) As Integer
    public static int MsgWaitForMultipleObjects( 
       int nCount,
       IntPtr pHandles,
       short bWaitAll,
       int dwMilliseconds,
       int dwWakeMask
    )

    Parameters

    nCount
    pHandles
    bWaitAll
    dwMilliseconds
    dwWakeMask
    See Also