DoneEx INI-File Manager Library API Help |
The CreateINI function creates new object of .INI file structure in memory, and return the number that can be used to access the object.
|
Parameters
This function has no parameters.
Return Value
If the function succeeds, it returns the zero-based number of opened INI files.
If the function fails, the return value is less then 0.
To get extended error information, call GetLastErr.
Remarks
Returned file number may be used by another .INI file control functions.
Use UpdateINI to save the data from internal structure to disk file.