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