'Declaration
Public Shared Function MsgWaitForMultipleObjects( _ ByVal nCount As System.Integer, _ ByVal pHandles As System.Integer, _ ByVal fWaitAll As System.Boolean, _ ByVal dwMilliseconds As System.Integer, _ ByVal dwWakeMask As System.Integer _ ) As System.Integer
'Usage
Dim nCount As System.Integer Dim pHandles As System.Integer Dim fWaitAll As System.Boolean Dim dwMilliseconds As System.Integer Dim dwWakeMask As System.Integer Dim value As System.Integer value = NUser32.MsgWaitForMultipleObjects(nCount, pHandles, fWaitAll, dwMilliseconds, dwWakeMask)
public static System.int MsgWaitForMultipleObjects( System.int nCount, System.int pHandles, System.bool fWaitAll, System.int dwMilliseconds, System.int dwWakeMask )
Parameters
- nCount
- pHandles
- fWaitAll
- dwMilliseconds
- dwWakeMask