hello,
I am developing a file system driver right now.
I am successfully able to create file and directory.
There is a problem after that.
After creating the file when i right click on file my driver hangs,
The request IRP_MN_QUERY_DIRECTORY comes repeatedly.
I dont know how and why it is coming continuously?
please help me to solve this problem,
if you didn't understand my question completely then please ask me,
thanks in advance,
regards,
Hitesh

Re: File system Driver: File Properties window problem. by Don

Don
Thu May 31 08:26:44 CDT 2007

There are a lot of operations that can cause repeated checks on the file.
You are probably returning the data incorrectly.

This type of discussion is better served over at NTFSD at
http://www.osronline.com/ since that is where file system people (including
Microsofts) hang out.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

"hitesh" <hitesh.ughreja@gmail.com> wrote in message
news:1180617338.436204.74110@d30g2000prg.googlegroups.com...
> hello,
> I am developing a file system driver right now.
> I am successfully able to create file and directory.
> There is a problem after that.
> After creating the file when i right click on file my driver hangs,
> The request IRP_MN_QUERY_DIRECTORY comes repeatedly.
> I dont know how and why it is coming continuously?
> please help me to solve this problem,
> if you didn't understand my question completely then please ask me,
> thanks in advance,
> regards,
> Hitesh
>



Re: File system Driver: File Properties window problem. by hitesh

hitesh
Thu May 31 08:47:49 CDT 2007

Hi,
Thanks for the reply.
but one more thing i forget to tell you that, this problem is not
reproducable in other systems.
as i tried it on other system and it is working fine there is not
problem.
Can you please tell me a little bit in brief in possible.

As you replied that "i am not returning the data correctly"
did you mean "In the first request i am not returning the data
correctly"
so it is generating request till it gets the correct data.
is it correct?

regards,
hitesh


On May 31, 6:26 pm, "Don Burn" <b...@stopspam.windrvr.com> wrote:
> There are a lot of operations that can cause repeated checks on the file.
> You are probably returning the data incorrectly.
>
> This type of discussion is better served over at NTFSD athttp://www.osronline.com/since that is where file system people (including
> Microsofts) hang out.
>
> --
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Website:http://www.windrvr.com
> Blog:http://msmvps.com/blogs/WinDrvr
> Remove StopSpam to reply
>
> "hitesh" <hitesh.ughr...@gmail.com> wrote in message
>
> news:1180617338.436204.74110@d30g2000prg.googlegroups.com...
>
>
>
> > hello,
> > I am developing a file system driver right now.
> > I am successfully able to create file and directory.
> > There is a problem after that.
> > After creating the file when i right click on file my driver hangs,
> > The request IRP_MN_QUERY_DIRECTORY comes repeatedly.
> > I dont know how and why it is coming continuously?
> > please help me to solve this problem,
> > if you didn't understand my question completely then please ask me,
> > thanks in advance,
> > regards,
> > Hitesh- Hide quoted text -
>
> - Show quoted text -