
170
Return values
The function returns one of the values below.
FUNCTION_UNSUPPORT
: Unsupported error
WAIT_TIMEOUT
: The timeout elapses.
WAIT_OBJECT_0
: Event occurs.
WAIT_FAILED
: Failed to wait for an event.
Note:
This function with the capability equivalent to WaitSingleObject function of Windows API is
made available only in Visual Basic and C#. Thus, it does not allow the function to run in C++.
Kommentare zu diesen Handbüchern