Hello guys!
I try to open file in my minifilter (in post/pre-create callback) and use FltCreateFile, but when I call FltCreateFile then in my pre-create callback incoming create request at same file…How I can understand that I issuer of the initiated request and I want miss it?
Thank you!
Use the instance parameter and the create will be visible for filters below
the instance and of course all others below fltmgr
On May 4, 2015 5:17 PM, wrote:
> Hello guys!
> I try to open file in my minifilter (in post/pre-create callback) and use
> FltCreateFile, but when I call FltCreateFile then in my pre-create callback
> incoming create request at same file…How I can understand that I issuer
> of the initiated request and I want miss it?
> Thank you!
>
> —
> NTFSD is sponsored by OSR
>
> OSR is hiring!! Info at http://www.osr.com/careers
>
> For our schedule of debugging and file system seminars 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
>
This blog post might help:
http://fsfilters.blogspot.com/2010/02/issuing-io-in-minifilters-part-1.html.
So are you doing what Gabriel is suggesting and are already using an
instance ?
Thanks,
Alex.
On Mon, May 4, 2015 at 8:17 AM, wrote:
> Hello guys!
> I try to open file in my minifilter (in post/pre-create callback) and use
> FltCreateFile, but when I call FltCreateFile then in my pre-create callback
> incoming create request at same file…How I can understand that I issuer
> of the initiated request and I want miss it?
> Thank you!
>
> —
> NTFSD is sponsored by OSR
>
> OSR is hiring!! Info at http://www.osr.com/careers
>
> For our schedule of debugging and file system seminars 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
>