函数简介:
检查文件是否已加密
函数原型:long IscodeFile(file)
参数定义:
file 字符串: 文件路径
返回值:
整形数:已加密返回1,未加密返回0
示例:
g_lw->IscodeFile("C:\\test.txt");