Hi,
I am not able to see IRP_MJ_READ from Notepad. Could anyone tell me the
reason for this.
Any information is helpful.
Thanks,
Kedar.
Hi,
I am not able to see IRP_MJ_READ from Notepad. Could anyone tell me the
reason for this.
Any information is helpful.
Thanks,
Kedar.
A pure guess coming from the fact you’re the third
or fourth with the same problem recently - your driver loads
too late to get the requests. When your driver is already loaded,
the file is already in the cache.
Note that Notepad uses memory mapped files,
so you’ll see a paging IO request, not the cached IO.
L.
Notepad uses memory mapped files and paging IO.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “kedar”
Newsgroups: ntfsd
To: “Windows File Systems Devs Interest List”
Sent: Tuesday, April 26, 2005 4:30 PM
Subject: [ntfsd] No Reads from Notepad
> Hi,
>
> I am not able to see IRP_MJ_READ from Notepad. Could anyone tell me the
> reason for this.
>
> Any information is helpful.
>
> Thanks,
> Kedar.
>
>
>
> —
> Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com