NT File system driver

Hi there,
A question concerning NT file system driver :

As it is not totally clear to me from the IFS :

For Read or Write , synchronous or Non synchronous IO cases , what sould be
used as the offset (start point) for reading from the file :
FileObject->CurrentByteOffset.QuadPart or
irpSp->Parameters.Read(Write).ByteOffset.QuadPart (which one to use in
every case )

thanks,
Zvi


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi Zvi,

You must use irpSp->Parameters.Read(Write).ByteOffset.QuadPart in both
cases.

-Abel.

-----Mensaje original-----
De: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]En nombre de dubi@il.ibm.com
Enviado el: domingo, 21 de enero de 2001 20:05
Para: File Systems Developers
Asunto: [ntfsd] NT File system driver

Hi there,
A question concerning NT file system driver :

As it is not totally clear to me from the IFS :

For Read or Write , synchronous or Non synchronous IO cases , what sould be
used as the offset (start point) for reading from the file :
FileObject->CurrentByteOffset.QuadPart or
irpSp->Parameters.Read(Write).ByteOffset.QuadPart (which one to use in
every case )

thanks,
Zvi


You are currently subscribed to ntfsd as: xxxxx@ctv.es
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com