ComponentOne SuperTooltip for WinForms
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 System.Integer, _
       ByVal pHandles As System.IntPtr, _
       ByVal bWaitAll As System.Short, _
       ByVal dwMilliseconds As System.Integer, _
       ByVal dwWakeMask As System.Integer _
    ) As System.Integer
    public static System.int MsgWaitForMultipleObjects( 
       System.int nCount,
       System.IntPtr pHandles,
       System.short bWaitAll,
       System.int dwMilliseconds,
       System.int dwWakeMask
    )

    Parameters

    nCount
    pHandles
    bWaitAll
    dwMilliseconds
    dwWakeMask
    See Also