C
typedef struct { DWORD string; DWORD data; DWORD len; DWORD timestamp; DWORD microtime; WORD flags; } MPFS_FAT_RECORD;
Description
Stores the data for an MPFS2 FAT record
Members
|
Members |
Description |
|
DWORD string; |
Pointer to the file name |
|
DWORD data; |
Address of the file data |
|
DWORD len; |
Length of file data |
|
DWORD timestamp; |
Timestamp of file |
|
DWORD microtime; |
Microtime stamp of file |
|
WORD flags; |
Flags for this file |