iscEngineSetPref() sets the preferences of the synchronization engine.
Syntax
isy_INT32 iscEngineSetPref( HISCENG hEngine, isy_CONST isy_INT32 prefID, isy_CONST isy_TCHAR *prefVal);
Function arguments
ǥ 147 lists the valid arguments used with
the iscEngineSetPref() function.
ǥ 147. iscEngineSetPref() arguments
Data type | Argument | Use | Description |
---|---|---|---|
HISCENG | hEngine | input | Handle to the synchronization engine |
isy_CONST isy_INT32 | prefID | input | Preference ID, which is one of the following values:
|
isy_CONST isy_TCHAR* | prefVal | input | New preference value to set. There are some pre-defined
preference constants.
For the ISCPREF_Trace preference:
For the ISCPREF_Timeout preference:
|
Usage
Use iscEngineSetPref() to set the preferences of the synchronization engine. These preferences are not persistent, and they must be reset each time a new handle to the synchronization engine opens.
Return codes
Restrictions
The provided preference values should be within the specified preference limits:
Related concepts
Related tasks
Related reference