tibemsSubscriptionInfo_GetName

Function

Purpose

Get the name of the subscription.

C Declaration

tibems_status tibemsSubscriptionInfo_GetName(
    tibemsSubscriptionInfo subscriptionInfo,
    char* name,
    tibems_int* nameLength);

COBOL Call

CALL "tibemsSubscriptionInfo_GetName"
 USING BY VALUE subscriptionInfo,
       BY REFERENCE name,
       BY REFERENCE nameLength,
       RETURNING tibems-status
END-CALL.

Parameters

Parameter Description
subscriptionInfo Get the name of this subscription.
name Copy the subscription name in the provided buffer.
nameLength Length of the name buffer.