Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV OsEventWait | ( | _In_ HANDLE | hOsEvent, |
_In_ DWORD | dwSecTimeout | ||
) |
Waits until a specified event object is in the signaled state or the time-out interval elapses.
[in] | hOsEvent | The handle to the event object |
[in] | dwSecTimeout | Time-out interval of the event, in seconds. For an infinite wait, set the timeout to INFINITE. |