DoneEx INI-File Manager Library API Help |
The AddSection function add new section into .INI file structure in memory.
int AddSection(const long ini_file_num, const char *section_name ); |
Return Values
If succeed the AddSection function returns zero.
Otherwise it returns value not equal to zero.
To get extended error information, call GetLastErr.
Remark
The function AddSection adds new section at the end of file.