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


Chapter 15 Administration : tibemsSubscriptionInfo : tibemsSubscriptionInfo_GetSelector

tibemsSubscriptionInfo_GetSelector
Function
Purpose
Returns this subscription's selector.
C Declaration
tibems_status tibemsSubscriptionInfo_GetSelector(
    tibemsSubscriptionInfo subscriptionInfo,
    char* selector,
    tibems_int selectorLength);
COBOL Call
CALL "tibemsSubscriptionInfo_GetSelector"
 USING BY VALUE subscriptionInfo,
       BY REFERENCE selector,
       BY VALUE selectorLength,
       RETURNING tibems-status
END-CALL.
Parameters
 
Length of the selector buffer.

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