nn::nex::SystemError::GetLastExt Member Function

Syntax

static qUnsignedInt32 GetLastExt();

Parameters

None.

Return Values

Most recent system error.

Description

Gets the system error generated by a call of a NEX API function.

Returns the most recent system error stored by the SystemError class. System errors are stored by thread. Errors that can be obtained by calling this function are limited to those of the same thread.

Currently, there are no uses for this function.

See Also

GetLast, ClearLast

Revision History

2011/07/01
Clarified that the errors that can be obtained by this function are limited to those of the same thread.
2011/06/10
Added mention that there are no opportunities to use this function in the CTR environment.
2011/01/27
Initial version.

CONFIDENTIAL