qBool Wait( qUnsignedInt32 uiTimeout = WAIT_INFINITE_TIMEOUT );
Name | Description | |
---|---|---|
uiTimeout |
[in] Specifies the maximum time to wait, in milliseconds. By default it will wait indefinitely (no timeout). |
Value | Description |
---|---|
true |
Returned when the DORef became valid as the result of waiting. |
false |
Returned when the timeout elapsed. |
Waits until either the DORef
becomes valid or the timeout elapses.
CONFIDENTIAL