'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 )
Win32 Class Win32 Members