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


Chapter 15 Administration : tibemsAdmin : tibemsAdmin_GetTopic

tibemsAdmin_GetTopic
Function
Purpose
Get the topic for the given topic name.
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.
Parameters
 
Remarks
This function gets a tibemsTopicInfo object for the specified topic name. If the topicName does not exist, the function returns TIBEMS_NOT_FOUND.
Status Codes
 
See Also
tibemsTopicInfo on page 532
 

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