After calling LV_SRE_SetClientPropertyExPermanent once or more (depending on the number of properties one may want to alter), this function must be called eventually to write out the change(s) to the config file on disk.
Function
- int LV_SRE_CommitClientPropertySettings(void)
Return Values
LV_SUCCESS
No errors.
LV_FAILURE
Writing to file on disk failed.
LV_EXCEPTION
An exception occurred while processing the request.
Remarks
This function is available in versions 10.4 or later.
See Also