[]
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
| Type | Name | Description |
|---|---|---|
| int | nCount | |
| IntPtr | pHandles | |
| short | bWaitAll | |
| int | dwMilliseconds | |
| int | dwWakeMask |
| Type | Description |
|---|---|
| int |