DoneEx INI-File Manager Library API Help |
The GetSectionCount function returns number of sections in INI-file.
long GetSectionCount(long ini_file_num); |
Return Values
If succeed the GetSectionCount function returns a number of sections in an INI-file. Otherwise it returns 0.
Remark
INI-file memory model consists at least one section. Because the first unnamed section present always.