RE: What is this, IrpSp->Parameters.Read.ByteOffset.QuadP- art?

That is the offset into the file. Thus, the read operation begins with the
byte offset. Since files can be up to 2^64 bytes in size, it requires a
quad word (8 bytes) to represent this offset.

This is (or should be) a rather basic driver question. Prior to building a
file system (or filter driver) I would strongly suggest that you need to be
comfortable with device drivers, the I/O subsystem, etc and how they work in
Windows. There are a number of very good books on the topic. Learning to
write drivers, one e-mail at a time to the NTFSD mailing list, is likely to
be a very difficult process for everyone involved.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: xxxxx@esecurity.co.kr [mailto:xxxxx@esecurity.co.kr]
Sent: Thursday, July 12, 2001 5:47 PM
To: File Systems Developers
Subject: [ntfsd] What is this, IrpSp->Parameters.Read.ByteOffset.QuadPart?

Hi~~

There is something that I don’t know.

What is this, IrpSp->Parameters.Read.ByteOffset.QuadPart?


You are currently subscribed to ntfsd as: xxxxx@osr.com
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