iscConfigSubsSetIsEnabled()

Purpose

iscConfigSubsSetIsEnabled() queries if a subscription set is enabled for synchronization.

Syntax

isy_INT32 iscConfigSubsSetIsEnabled(
    HISCCONF    hConf,
    isy_TCHAR*  id);

Function arguments

Table 132 lists the valid arguments used with the iscConfigSubsSetIsEnabled() function.

Table 132. iscConfigSubsSetIsEnabled() arguments

Data type Argument Use Description
HISCCONF hConf input Config connection
isy_TCHAR* id input Subscription-set ID

Usage

iscConfigSubsSetIsEnabled() is used to perform a query if a subscription set, which is specified by the given ID, is enabled for synchronization. All subscription sets are initially enabled for synchronization.

Return codes

Restrictions

None.

Related concepts

Related tasks

Related reference