tibemsTopic_Destroy

Function

Purpose

Destroy a topic object.

C Declaration

tibems_status tibemsTopic_Destroy(
    tibemsTopic topic );

COBOL Call

CALL "tibemsTopic_Destroy"
     USING BY VALUE topic,
           RETURNING tibems-status
END-CALL.
Note: topic has usage pointer.

Parameters

Parameter Description
topic Destroy this topic object.