File Query

If I make Zwxxx calls in my filter driver, does my driver called again?
If so, How do I create File object if I use own irp? I want to do query
inside MJ_CREATE

Thanks
Ramaraj


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Allow the create to complete and then do your IO in the completion handler.
If you decide to close the file, use IoCancelFileOpen(); I think that is the
function name.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Ramaraj Pandian
Sent: Monday, May 14, 2001 4:36 PM
To: File Systems Developers
Subject: [ntfsd] File Query

If I make Zwxxx calls in my filter driver, does my driver called again?
If so, How do I create File object if I use own irp? I want to do query
inside MJ_CREATE

Thanks
Ramaraj


You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com