tibemsSubscriptionInfo_GetSelector
Function
Purpose
Return 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
|
Copy the selector into the given buffer. If there is no selector, the empty string is copied. |
selectorLength
|
Length of the selector buffer. |