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


Chapter 15 Administration : tibemsSubscriptionInfo : tibemsSubscriptionInfo_GetName

tibemsSubscriptionInfo_GetName
Function
Purpose
Get the name of the subscription.
C Declaration
tibems_status tibemsSubscriptionInfo_GetName(
    tibemsSubscriptionInfo subscriptionInfo,
    char* name,
    tibems_int* nameLength);
COBOL Call
CALL "tibemsSubscriptionInfo_GetName"
 USING BY VALUE subscriptionInfo,
       BY REFERENCE name,
       BY REFERENCE nameLength,
       RETURNING tibems-status
END-CALL.
Parameters
 
Length of the name buffer.

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