tibasInvokeResult_HasError()

Indicates whether a specified invoke result has an error.

Declaration

tibas_status tibasInvokeResult_HasError(
    tibasInvokeResult result);

Parameters

Parameter Description
result Specify the InvokeResult object to examine for an error.

Remarks

Use the tibasInvokeResult_HasError() function to determine whether a specified result from an application call to one of the invocation functions has an error.

If the result contains an error, the function returns TIBAS_TRUE. Otherwise it returns TIBAS_FALSE.