DoneEx INI-File Manager Library API Help |
Function DecodeKeyValue decodes encoded key value by user's crypto-key string.
int DecodeKeyValue(const long ini_file_num, const long section_index, const long key_index, const char* crypto_key, const char** decoded_str, const long buf_size ); |
Return Values
If succeed the DecodeKeyValue function returns zero.
Otherwise it returns value not equal to zero.
To get extended error information, call GetLastErr.