Used as a function return to specify success or failure. If a function call fails use GetErrorMessage to get the specific error associated with the failure, if available.

Possible values:  

  • 0 = failed
  • 1 = succeeded;


The 'C' code definition is:

typedef bool success;