C
typedef struct { MPFS_PTR addr; DWORD bytesRem; WORD fatID; } MPFS_STUB;
Description
Stores each file handle's information Handles are free when addr = MPFS_INVALID
Members
Members |
Description |
MPFS_PTR addr; |
Current address in the file system |
DWORD bytesRem; |
How many bytes remain in this file |
WORD fatID; |
ID of which file in the FAT was accessed |