DoneEx INI-File Manager Library API Help |
Sets new value of key by its index inside indicated section into memory structure.
int SetKeyValue(const long ini_file_num, const long section_index, const long key_index, const char* new_key_value ); |
Return Values
If succeed the SetKeyValue function returns zero.
Otherwise it returns value not equal to zero.
To get extended error information, call GetLastErr.
Remark
Here is description of special features and way to use.