[]
        
(Showing Draft Content)

C1.Util.Win.Win32.MsgWaitForMultipleObjects

MsgWaitForMultipleObjects Method

MsgWaitForMultipleObjects(int, IntPtr, short, int, int)

Declaration
public static extern int MsgWaitForMultipleObjects(int nCount, IntPtr pHandles, short bWaitAll, int dwMilliseconds, int dwWakeMask)
Public Shared Function MsgWaitForMultipleObjects(nCount As Integer, pHandles As IntPtr, bWaitAll As Short, dwMilliseconds As Integer, dwWakeMask As Integer) As Integer
Parameters
Type Name Description
int nCount
IntPtr pHandles
short bWaitAll
int dwMilliseconds
int dwWakeMask
Returns
Type Description
int