nn::nex::qResult::Trace Member Function

Syntax

void Trace(
     qUnsignedInt64 uiTraceFlags = TRACE_ALWAYS
) const;

Parameters

Name Description
in uiTraceFlags This parameter is the same as the parameter of the TraceLog::SetFlag function.

Return Values

None.

Description

Traces the content of a qResult object.

Outputs a ReturnCode and error name. The ReturnCode is a unique code used to identify the type of qResult. It is not an error code.

Revision History

2014/09/24
Initial version.

CONFIDENTIAL