DoneEx INI-File Manager Library API Help |
The function SearchSection looks for section index by section name.
long SearchSection(long ini_file_num, const char* sect_name ); |
Return Values
If succeed the SearchSection function returns number of sections. Otherwise it returns 0.
Remark
All section names store in memory with trimmed lead and finished spaces.