我在SfWrite中加入if (!(Irp->Flags & (IRP_NOCACHE | IRP_PAGING_IO | IRP_SYNCHRONOUS_PAGING_IO)))判断,每次保存文件时就进入这个判断语句,所以文件就不能正常加解密,去掉上面的判断就没问...
全文
回复(1) 2009-07-02 10:05 来自版块 - 文件系统(过滤)驱动程序开发
表情
michaelgzYou need to show more code here. This IF condition is used to check if the WRITE IRP is non-cached or not. I think you may need to remove ...(2009-07-02 21:36)

返回顶部