iscEngineGetInfo()

Purpose

iscEngineGetInfo() gets general information about the synchronization engine.

Syntax

isy_INT32 iscEngineGetInfo(
    HISCENG       hEngine,
    isy_TCHAR    *info,
    isy_INT32     infoLen);

Function arguments

Tabelle 137 lists the valid arguments used with the iscEngineGetInfo() function.

Tabelle 137. iscEngineGetInfo() arguments

Data type Argument Use Description
HISCENG hEngine input Handle to the synchronization engine
isy_TCHAR* info output Pointer to the buffer that stores the return information
isy_INT32 infoLen input Size of the provided buffer

Usage

iscEngineGetInfo() provides synchronization engine information for service purposes. The content and format of the information might change in the future. Therefore, your applications should simply display or log this information. Do not use this information as input for application program processing.

Return codes

Restrictions

None.

Zugehörige Konzepte

Zugehörige Tasks

Zugehörige Referenzen