nn::nex::DORef::Wait Member Function

Syntax

qBool Wait(
     qUnsignedInt32 uiTimeout = WAIT_INFINITE_TIMEOUT
);

Parameters

Name Description
uiTimeout [in] Specifies the maximum time to wait, in milliseconds. By default it will wait indefinitely (no timeout).

Return Values



Value Description
true Returned when the DORef became valid as the result of waiting.
false Returned when the timeout elapsed.

Description

Waits until either the DORef becomes valid or the timeout elapses.

Revision History

2011/01/28
Initial version.

CONFIDENTIAL