QFAILED Macro

Syntax

#define QFAILED(RETURNCODE) ((RETURNCODE & QRESULT_ERROR_BIT) != 0)

Parameters

Name Description
in RETURNCODE Return code that can be obtained by the qResult::GetReturnCode function.

Description

Determines whether the return code indicates a failure.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL