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


Chapter 15 Administration : tibemsSubscriptionInfo : tibemsSubscriptionInfo_GetTopicName

tibemsSubscriptionInfo_GetTopicName
Function
Purpose
Get the topic name that this subscription is for.
C Declaration
tibems_status tibemsSubscriptionInfo_GetTopicName(
    tibemsSubscriptionInfo subscriptionInfo,
    char* topicName,
    tibems_int topicNameLength);
COBOL Call
CALL "tibemsSubscriptionInfo_GetTopicName"
 USING BY VALUE subscriptionInfo,
       BY REFERENCE topicName,
       BY VALUE topicNameLength,
       RETURNING tibems-status
END-CALL.
Parameters
 
Length of the topicName buffer.

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