Hi,All
I am trying to create a filter driver which intercept the open request in a
specific folder,
when the application trys to open a file which doesn’t exist in this folder,
i will create
a file in a temporary folder and redirect the open to this file.
It works fine for more application except for the office. In Ms word i try
to open the file
which it doesn’t exist in the folder, I can’t intercept the request.
I intercept the IRP_MJ_CREATE to detect the open request.
Anyone knows that which request i need to detect ?
Thanks a lot
Bin
If you do discover that word is not doing what you assume it will do, what
do you discover that word is doing, and if you answer this question, I think
you will answer your question. I dont know if you will find FastIoQueryOpen
here.
Cheers
Lyndon
“Bin Zeng” wrote in message news:xxxxx@ntfsd…
> Hi,All
>
> I am trying to create a filter driver which intercept the open request in
> a specific folder,
> when the application trys to open a file which doesn’t exist in this
> folder, i will create
> a file in a temporary folder and redirect the open to this file.
>
> It works fine for more application except for the office. In Ms word i try
> to open the file
> which it doesn’t exist in the folder, I can’t intercept the request.
>
> I intercept the IRP_MJ_CREATE to detect the open request.
>
> Anyone knows that which request i need to detect ?
>
> Thanks a lot
>
> Bin
>
>
>
>
Thanks, I got the request from FastIoQueryOpen, it works fine now.
But i can’t detect the request if i open the file from Internet Expoler.
You guys know why?
Thanks
Bin
From: “Lyndon J Clarke”
>Reply-To: “Windows File Systems Devs Interest List”
>To: “Windows File Systems Devs Interest List”
>Subject: Re:[ntfsd] How to detect the request which MS Word open a file
>Date: Thu, 15 Dec 2005 01:02:05 -0000
>
>If you do discover that word is not doing what you assume it will do, what
>do you discover that word is doing, and if you answer this question, I
>think
>you will answer your question. I dont know if you will find FastIoQueryOpen
>here.
>
>Cheers
>Lyndon
>
>“Bin Zeng” wrote in message news:xxxxx@ntfsd…
> > Hi,All
> >
> > I am trying to create a filter driver which intercept the open request
>in
> > a specific folder,
> > when the application trys to open a file which doesn’t exist in this
> > folder, i will create
> > a file in a temporary folder and redirect the open to this file.
> >
> > It works fine for more application except for the office. In Ms word i
>try
> > to open the file
> > which it doesn’t exist in the folder, I can’t intercept the request.
> >
> > I intercept the IRP_MJ_CREATE to detect the open request.
> >
> > Anyone knows that which request i need to detect ?
> >
> > Thanks a lot
> >
> > Bin
> >
> >
> >
> >
>
>
>
>—
>Questions? First check the IFS FAQ at
>https://www.osronline.com/article.cfm?id=17
>
>You are currently subscribed to ntfsd as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com
Bin
I hate to state the obvious but, I expect the reason you cannot see the
request if you open from internet explorer, is that you look in the wrong
direction. I suggest you start with filespy and see what is the traffic when
you do whatever it is you want to see, and then from there figure out what
code you need to write, perhaps.
Cheers
Lyndon
“Bin Zeng” wrote in message news:xxxxx@ntfsd…
> Thanks, I got the request from FastIoQueryOpen, it works fine now.
> But i can’t detect the request if i open the file from Internet Expoler.
>
> You guys know why?
>
> Thanks
>
> Bin
>
>
>>From: “Lyndon J Clarke”
>>Reply-To: “Windows File Systems Devs Interest List”
>>To: “Windows File Systems Devs Interest List”
>>Subject: Re:[ntfsd] How to detect the request which MS Word open a file
>>Date: Thu, 15 Dec 2005 01:02:05 -0000
>>
>>If you do discover that word is not doing what you assume it will do, what
>>do you discover that word is doing, and if you answer this question, I
>>think
>>you will answer your question. I dont know if you will find
>>FastIoQueryOpen
>>here.
>>
>>Cheers
>>Lyndon
>>
>>“Bin Zeng” wrote in message news:xxxxx@ntfsd…
>> > Hi,All
>> >
>> > I am trying to create a filter driver which intercept the open request
>>in
>> > a specific folder,
>> > when the application trys to open a file which doesn’t exist in this
>> > folder, i will create
>> > a file in a temporary folder and redirect the open to this file.
>> >
>> > It works fine for more application except for the office. In Ms word i
>>try
>> > to open the file
>> > which it doesn’t exist in the folder, I can’t intercept the request.
>> >
>> > I intercept the IRP_MJ_CREATE to detect the open request.
>> >
>> > Anyone knows that which request i need to detect ?
>> >
>> > Thanks a lot
>> >
>> > Bin
>> >
>> >
>> >
>> >
>>
>>
>>
>>—
>>Questions? First check the IFS FAQ at
>>https://www.osronline.com/article.cfm?id=17
>>
>>You are currently subscribed to ntfsd as: xxxxx@hotmail.com
>>To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
>