#define QFAILED(RETURNCODE) ((RETURNCODE & QRESULT_ERROR_BIT) != 0)
Name | Description | |
---|---|---|
in | RETURNCODE | Return code that can be obtained by the qResult::GetReturnCode function. |
Determines whether the return code indicates a failure.
CONFIDENTIAL