Hi all,
I m Calling FltCancelFileOpen in PostOperationCallBack function to close file that already successfully OPENED.
but FltCancelFileOpen not closing desired file.
anybody can tell me what is the issue.
Thanks
Hi all,
I m Calling FltCancelFileOpen in PostOperationCallBack function to close file that already successfully OPENED.
but FltCancelFileOpen not closing desired file.
anybody can tell me what is the issue.
Thanks
Which postOperation callback ? FltCancelFileOpen only works for IRP_MJ_CREATE.
How do you know it’s not closing the file ? What do you see ?
Regards,
Alex.
This posting is provided “AS IS” with no warranties, and confers no rights.
I would bet that this is a bug in your code. If you provide greater
detail about when you cancel the file open and the error that you see,
it might be easier to provide you with guidance.
Tony
OSR