#include <fsee.h>
Data Fields | |
| SWORD_VAL | address |
| BYTE | flags |
| WORD_VAL | length |
| FSEE_FILE_POS | offset |
|
|
The absolute address of the start of this file |
|
|
Flags indicating current status of this file handle. Masked with FSEEFLAG_XX defines |
|
|
The file length. |
|
|
The current offset from the start of the file. Is incremented after each read and write. This value will always point to the next byte that is to be read or written. |
1.4.5