'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