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


Chapter 15 Administration : tibemsSubscriptionInfo : tibemsSubscriptionInfo_HasSelector

tibemsSubscriptionInfo_HasSelector
Function
Purpose
Gets whether the subscription has a selector.
C Declaration
tibems_status tibemsSubscriptionInfo_HasSelector(
    tibemsSubscriptionInfo subscriptionInfo,
    tibems_bool* hasSelector);
COBOL Call
CALL "tibemsSubscriptionInfo_HasSelector"
 USING BY VALUE subscriptionInfo,
       BY REFERENCE hasSelector,
       RETURNING tibems-status
END-CALL.
Parameters
 
The function stores the status of the selector in this location. The value is TIBEMS_TRUE if the subscription has a selector, TIBEMS_FALSE if not.
See Also
tibemsSubscriptionInfo_GetSelector on page 525

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