Miguel,
try to check the “Parameters.Create.SecurityContext” field of the current
IrpStack. Delete operations open a file with “attribute-only-access” before
deleting. Don’t cancel those IRP_MJ_CREATE requets.
hope that helps
Frank
-----Original Message-----
From: Miguel Angel M?ndez Gil [mailto:xxxxx@seg.inf.cu]
Sent: Donnerstag, 28. September 2000 18:10
To: File Systems Developers
Subject: [ntfsd] Problems deleting files
Hello,
I’m developing a File System Filter Driver, I hook the function
IRP_MJ_CREATE in order to processes files when opened or created, and
depending of certain conditions the operation is aborted. The problem is
when I tried to delete a file that match the desired condition, the
operation is aborted too, and I can’t delete the file.
Please help me.