iscServiceClose()

Purpose

iscServiceClose() closes an opened service handle.

Syntax

isy_INT32 iscServiceClose(
    HISCSERV  hServ);

Function arguments

ǥ 121 lists the valid argument used with the iscServiceClose() function.

ǥ 121. iscServiceClose() argument

Data type Argument Use Description
HISCSERV hServ input Service handle

Usage

Use iscServiceClose() to free the storage of a previously opened service handle.

Return codes

Restrictions

Multiple calls to iscServiceClose() can cause errors and should be avoided.

Related concepts

Related tasks

Related reference