Source position: jwanative.pas line 2248
type _FILE_RECORD_HEADER = record |
Ntfs: NTFS_RECORD_HEADER; |
SequenceNumber: USHORT; |
LinkCount: USHORT; |
AttributesOffset: USHORT; |
Flags: USHORT; |
BytesInUse: ULONG; |
BytesAllocated: ULONG; |
BaseFileRecord: ULONGLONG; |
NextAttributeNumber: USHORT; |
end; |