iscEngineClose()

Purpose

iscEngineClose() closes an opened handle to the synchronization engine.

Syntax

isy_INT32 iscEngineClose(
   HISCENG    hEngine);

Function arguments

ǥ 136 lists the valid argument used with the iscEngineClose() function.

ǥ 136. iscEngineClose() argument

Data type Argument Use Description
HISCENG hEngine input Handle to the synchronization engine

Usage

Use iscEngineClose() to close an opened handle to the synchronization engine.

Return codes

Restrictions

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

Related concepts

Related tasks

Related reference