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


Chapter 15 Administration : tibemsSubscriptionInfo : tibemsSubscriptionInfo_IsShared

tibemsSubscriptionInfo_IsShared
Function
Purpose
Get whether this is a shared subscription.
C Declaration
tibems_status tibemsSubscriptionInfo_IsShared(
    tibemsSubscriptionInfo subscriptionInfo,
    tibems_bool* shared);
COBOL Call
CALL "tibemsSubscriptionInfo_IsShared"
 USING BY VALUE subscriptionInfo,
       BY REFERENCE shared,
       RETURNING tibems-status
END-CALL.
Parameters
 
The function stores subscription shared status in this location. TIBEMS_TRUE indicates that subscription is a shared subscription.
 

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