5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
13 ULONG block
; // current extensionblock
14 UWORD filekey
; // pointer to next/current datablock to read
15 UWORD byte
; // bytes left in a block to read
16 ULONG offset
; // offset in bytes within a file
21 struct AfsHandle
*next
;
24 struct Position current
;
25 ULONG filesize
; // size of file in bytes
26 ULONG dirpos
; // current position for ExamineAll
27 struct Volume
*volume
; // the volume the handle refers to