Cannot capture DELETE operation in Windows 8 Release Preview

If you want, show your code.

//Daniel

wrote in message news:xxxxx@ntfsd…
> …if I return with FLT_PREOP_SUCCESS_WITH_NO_CALLBACK, it delete the file
> even
> it is denied, and no PreSetInfo() is called or repeat
> PreCreate()+PreSetInfo() the second
> time. Therefore, I just wonder is there an option to do so.
>
>

Daniel, the source is actually from WDK’s
C:\WinDDK\7600.16385.1\src\filesys\miniFilter\scanner\filter\Scanner.c

SafeToOpen is the BOOLEAN variable to proceed or cancel the operation.

wrote in message news:xxxxx@ntfsd…
> Daniel, the source is actually from WDK’s
> C:\WinDDK\7600.16385.1\src\filesys\miniFilter\scanner\filter\Scanner.c
>
> SafeToOpen is the BOOLEAN variable to proceed or cancel the operation.
>

That sample doesn’t deny delete requests, does it.

//Daniel