tibemsAdmin_GetTopic
Function
C Declaration
tibems_status tibemsAdmin_GetTopic( tibemsAdmin admin, tibemsTopicInfo* topicInfo, const char* topicName);
COBOL Call
CALL "tibemsAdmin_GetTopic" USING BY VALUE admin, BY REFERENCE topicInfo, BY REFERENCE name, RETURNING tibems-status END-CALL.
Remarks
This function gets a tibemsTopicInfo object for the specified topic name. If the topicName does not exist, the function returns TIBEMS_NOT_FOUND.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.