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