DoneEx INI-File Manager Library API Help |
The function Info retrieve information about version.
int Info(const char* info_name, //id of retrieve information char **out_info, //return string with information const long buf_size //size of the buffer with return information ); |
Return Values
If succeed the Info function returns zero.
Otherwise it returns value not equal to zero.
To get extended error information, call GetLastErr.