What is STATUS_END_OF_FILE in FastIoRead ?

Hello?

I have a question that what is STATUS_END_OF_FILE in FastIoRead at all ??

when I inspect file flow by watching Filemon,
some application made STATUS_END_OF_FILE in FastIoRead routine.

i faked a certain file in my file filter driver.
but, in FastIoRead routine filemon show me the original file size(not
faked).
how can i solve it?

What is STATUS_END_OF_FILE in FastIoRead at all???
please help me…

I hope gurus’ advice.
thanks.

It indicates you have tried to read beginning past the EOF. Size faking
is not a trivial task, especially when the file is cached since there
are several place holders and paths where you must update or not update
the file size.

Pete

Peter Scott
xxxxx@KernelDrivers.com
www.KernelDrivers.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Kim,ByeongKyun
Sent: Friday, October 24, 2003 6:40 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] What is STATUS_END_OF_FILE in FastIoRead ?

Hello?

I have a question that what is STATUS_END_OF_FILE in FastIoRead at all
??

when I inspect file flow by watching Filemon,
some application made STATUS_END_OF_FILE in FastIoRead routine.

i faked a certain file in my file filter driver.
but, in FastIoRead routine filemon show me the original file size(not
faked).
how can i solve it?

What is STATUS_END_OF_FILE in FastIoRead at all???
please help me…

I hope gurus’ advice.
thanks.


You are currently subscribed to ntfsd as: xxxxx@kerneldrivers.com
To unsubscribe send a blank email to xxxxx@lists.osr.com