Uses of Class
de.ibapl.jnhw.winapi.Winnt.ArrayOfHandle
-
Packages that use Winnt.ArrayOfHandle Package Description de.ibapl.jnhw.winapi -
-
Uses of Winnt.ArrayOfHandle in de.ibapl.jnhw.winapi
Methods in de.ibapl.jnhw.winapi with parameters of type Winnt.ArrayOfHandle Modifier and Type Method Description static longSynchapi. WaitForMultipleObjects(Winnt.ArrayOfHandle lpHandles, boolean bWaitAll, long dwMilliseconds)WaitForSingleObject Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.static longSynchapi. WaitForMultipleObjectsEx(Winnt.ArrayOfHandle lpHandles, boolean bWaitAll, long dwMilliseconds, boolean bAlertable)WaitForSingleObjectEx Waits until the specified object is in the signaled state, an I/O completion routine or asynchronous procedure call (APC) is queued to the thread, or the time-out interval elapses.
-