nn::nex::SystemErrorResult::Convert Member Function

Syntax

static nn::Result Convert(
     qUnsignedInt32 err
);

Parameters

Name Description
in err Value obtained with the SystemError::GetLast function.

Return Values

Returns the corresponding nnResult-type value. If there is no corresponding value, the function returns ResultNotImplemented.

Description

Converts to nn::Result-type.

Revision History

2011/01/28
Initial version.

CONFIDENTIAL