nn::nex::SystemError::GetLast Member Function

Syntax

static qUnsignedInt32 GetLast();

Parameters

None.

Return Values

Most recent error.

Description

Gets the error generated when the NEX API is called.

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

See Also

GetLastExt, 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/01/27
Initial version.

CONFIDENTIAL