DoneEx INI-File Manager Library  API Help

  CloseINI

Stops the access to INI-file, deletes data from memory and frees memory.

				
int CloseINI(const long ini_file_num);				

Parameters
ini_file_num
[input] INI-file number which points to the data in memory structure. This number has to be saved from the return value of the previous call CreateINI or LoadINI functions.

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.