nn::nex::SystemError::GetErrorString Member Function

Syntax

static void GetErrorString(
     qUnsignedInt32 uiErrorCode,
     qChar * szStringBuf,
     qUnsignedInt uiBufSize
);

Parameters

Name Description
in uiErrorCode Error obtained with the GetLast function.
out szStringBuf Stores the string notation (null-terminated) for the error.
in uiBufSize Gives the maximum value (including null characters) for the characters copied in szStringBuf.

Return Values

None.

Description

Gets text string representation of errors.

See Also

GetLast, GetLastExt

Revision History

2011/01/27
Initial version.

CONFIDENTIAL