QuercusVL Programming Manual
SettingsEntry.
SetEntry
●
C++: bool SetEntry ( const char* name, const char* value )
C:
int VL_Configuration_SetEntry ( int h, const char* name, const char* value )
Sets variable "name" value to "value". Returns true for a successful operation,
otherwise returns false.
In C the parameter "h" is a handler of Configuration.
RestoreEntry
●
C++: bool RestoreEntry ( const char* name )
C:
int VL_Configuration_RestoreEntry ( int h, const char* name )
Restores default value of variable "name". Returns true for a successful operation,
otherwise returns false.
In C the parameter "h" is a handler of Configuration.
ApplyChanges
●
C++: bool ApplyChanges()
C:
int VL_Configuration_ApplyChanges ( int h )
Applies changes made in unit's configuration system and reboots the unit. Returns true
for a successful operation, otherwise returns false.
In C the parameter "h" is a handler of Configuration.
DiscardChanges
●
C++: bool DiscardChanges()
C:
int VL_Configuration_DiscardChanges ( int h )
Discards changes made in unit's configuration system. Returns true for a successful
operation, otherwise returns false.
In C the parameter "h" is a handler of Configuration.
ImportConfiguration
●
C++: bool ImportConfiguration ( const char* fileName )
C:
int VL_Configuration_ImportConfiguration ( int h, const char* fileName )
Quercus Technologies
86
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?