ReactOS 0.4.15-dev-7958-gcd0bb1a
_FILE_RECORD_HEADER Struct Reference

#include <ntfs.h>

Collaboration diagram for _FILE_RECORD_HEADER:

Public Attributes

NTFS_RECORD_HEADER Ntfs
 
USHORT SequenceNumber
 
USHORT LinkCount
 
USHORT AttributeOffset
 
USHORT Flags
 
ULONG BytesInUse
 
ULONG BytesAllocated
 
ULONGLONG BaseFileRecord
 
USHORT NextAttributeNumber
 
USHORT Padding
 
ULONG MFTRecordNumber
 

Detailed Description

Definition at line 250 of file ntfs.h.

Member Data Documentation

◆ AttributeOffset

USHORT _FILE_RECORD_HEADER::AttributeOffset

◆ BaseFileRecord

ULONGLONG _FILE_RECORD_HEADER::BaseFileRecord

Definition at line 259 of file ntfs.h.

◆ BytesAllocated

ULONG _FILE_RECORD_HEADER::BytesAllocated

Definition at line 258 of file ntfs.h.

Referenced by NtfsCreateEmptyFileRecord().

◆ BytesInUse

◆ Flags

◆ LinkCount

USHORT _FILE_RECORD_HEADER::LinkCount

Definition at line 254 of file ntfs.h.

Referenced by AddFileName(), and NtfsMakeRootFCB().

◆ MFTRecordNumber

ULONG _FILE_RECORD_HEADER::MFTRecordNumber

Definition at line 262 of file ntfs.h.

Referenced by AddNewMftEntry(), and FindAttribute().

◆ NextAttributeNumber

USHORT _FILE_RECORD_HEADER::NextAttributeNumber

◆ Ntfs

◆ Padding

USHORT _FILE_RECORD_HEADER::Padding

Definition at line 261 of file ntfs.h.

◆ SequenceNumber

USHORT _FILE_RECORD_HEADER::SequenceNumber

The documentation for this struct was generated from the following files: