#define DB_FAILED (  )     ((int32_t)(x) < DB_NOERROR)

Test whether an error code represents a failed result.

Parameters:
x Error code to be tested.
Returns:
true when the operation that set x was not successful.
See also:
DB_SUCCESS, Error Handling


Copyright © 2005-2008 ITTIA®. All rights reserved.