DoneEx INI-File Manager Library API Help |
The DeleteKey function delete the key from .INI file structure in memory.
int DeleteKey(const long ini_file_num, const long section_index, const long key_index ); |
Return Values
If succeed the DeleteKey function returns zero.
Otherwise it returns value not equal to zero.
To get extended error information, call GetLastErr.