how to disable FASTIO_QUERY_OPEN

i just want to failure the fastioqueryopen ,how to? anyone can give me a hopeful way,thanks!

Try returning false. I blieva an irp will be issued to replace the query

On 2/25/09, xxxxx@gmail.com wrote:
> i just want to failure the fastioqueryopen ,how to? anyone can give me a
> hopeful way,thanks!
>
> —
> NTFSD is sponsored by OSR
>
> For our schedule of debugging and file system seminars
> (including our new fs mini-filter seminar) visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>


Sent from Gmail for mobile | mobile.google.com

oh?i’m always careless?i want to do the thing in a minifilter?where can i filter the fastio?

If in minifilter return FLT_PREOP_DISALLOW_FASTIO from ur pre call back.

yes ,i know that return FLT_PREOP_DISALLOW_FASTIO?but i want to know whether it should be done in precreate or else?just for fastioqueryopen

I am not able to see my last post.

Rpost:
Its already mentioned at IFS FAQ in detail.

In the pre-op callback for IRP_MJ_NETWORK_QUERY_OPEN.

Regards,
Sarosh.
File System Filter Lead
Microsoft Corp

This posting is provided “AS IS” with no warranties, and confers no Rights

xxxxx@gmail.com wrote:

yes ,i know that return FLT_PREOP_DISALLOW_FASTIO?but i want to know whether it should be done in precreate or else?just for fastioqueryopen