iscServiceClose()

Purpose

iscServiceClose() closes an opened service handle.

Syntax

isy_INT32 iscServiceClose(
    HISCSERV  hServ);

Function arguments

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

Tabelle 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.

Zugehörige Konzepte

Zugehörige Tasks

Zugehörige Referenzen