tibemsSubscriptionInfo_IsShared
Function
Purpose
Get whether this is a shared subscription.
C Declaration
tibems_status tibemsSubscriptionInfo_IsShared(
tibemsSubscriptionInfo subscriptionInfo,
tibems_bool* shared);
COBOL Call
CALL "tibemsSubscriptionInfo_IsShared"
USING BY VALUE subscriptionInfo,
BY REFERENCE shared,
RETURNING tibems-status
END-CALL.
Parameters
Parameter
|
Description
|
subscriptionInfo
|
Get whether this subscription is a shared subscription.
|
shared
|
Store subscription shared status.
TIBEMS_TRUE indicates that subscription is a shared subscription.
|
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.