modGlobal: MsgWaitForMultipleObjects (function) |
Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses
Windows API
Private Declare Function MsgWaitForMultipleObjects Lib "user32"( ByVal nCount As Long, pHandles As Long, ByVal fWaitAll As Long, ByVal dwMilliseconds As Long, ByVal dwWakeMask As Long ) As Long
' Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses
Windows API
' Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses
Windows API
' Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses
Windows API
' Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses
Windows API
' Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses
Windows API
Project pop2owa Overview Class modGlobal Overview modGlobal Properties modGlobal Methods Main MsgWaitObj