tibemsErrorContext_Close

Function

Purpose

Close and free memory associated with an error context.

C Declaration

tibems_status tibemsErrorContext_Close(
    tibemsErrorContext errorContext);

COBOL Call

CALL "tibemsErrorContext_Close"
   USING BY VALUE errorContext,
   RETURNING tibems-status
END-CALL.

Parameters

Parameter Description
errorContext Close this error context.

Remarks

Return TIBEMS_OK, TIBEMS_INVALID_ARG.