DoneEx INI-File Manager Library API Help |
Stops the access to INI-file, deletes data from memory and frees memory.
int CloseINI(const long ini_file_num); |
Return Values
If succeed the CloseINI function returns zero.
Otherwise it returns value not equal to zero.
To get extended error information, call GetLastErr.
Remark
After execution this function ini-file with current number is not available from
INI-File Manager functions.