iscConfigOpen()

Purpose

iscConfigOpen() opens a connection to the config store.

Syntax

isy_INT32 iscConfigOpen(
    HISCSERV   hServ,
    isy_TCHAR *path,
    HISCCONF  *phConf);

Function arguments

ǥ 123 lists the valid arguments used with the iscConfigOpen() function.

ǥ 123. iscConfigOpen() arguments

Data type Argument Use Description
HISCSERV hServ input Service handle
isy_TCHAR* path input Path of the working directory
HISCCONF* phConf output Config connection

Usage

iscConfigOpen() opens a connection to the config store as specified in the given path for a specific service. Upon success, a config connection (HISCCONF) returns through *phServ. Otherwise, *phServ is NULL, and the error code returns. If this is a new service (either a new host or a new port), a new empty config is created for that service.

Return codes

Restrictions

None.

Related concepts

Related tasks

Related reference