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 Parameter Description subscriptionInfo Get the selector for this subscription. selector The function copies the selector into the given buffer. If there is no selector, the empty string is copied. selectorLength Length of the selector buffer.