函数简介:
解密文件
函数原型:long DecodeFile(file, pwd)
参数定义:
file 字符串: 文件路径
pwd 字符串: 解密密码
返回值:
整形数:成功返回1,失败返回0
示例:
g_lw->DecodeFile("C:\\test.txt", "password");