iscConfigClose()

Purpose

iscConfigClose() closes an opened config store connection.

Syntax

isy_INT32 iscConfigClose(
    HISCCONF    hConf);

Function arguments

Table 124 lists the valid argument used with the iscConfigClose() function.

Table 124. iscConfigClose() argument

Data type Argument Use Description
HISCCONF hConf input config connection

Usage

iscConfigClose() closes a previously opened config store connection.

Return codes

Restrictions

None.

Related concepts

Related tasks

Related reference