Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 16 Exception : tibemsErrorContext : tibemsErrorContext_Close

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
 
Remarks
Returns TIBEMS_OK, TIBEMS_INVALID_ARG.
See Also
tibemsErrorContext_Create on page 530

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved