DoneEx INI-File Manager Library API Help |
The function SearchKey retrieves the index of key by it's name.
long SearchKey(long ini_file_num, long section_index, const char* key_name ); |
Return Values
If the function succeeds, the value returned is the key index.
If the function fails, the return value is -1.