ReactOS 0.4.15-dev-7958-gcd0bb1a
NTFSBootSector Struct Reference

Public Attributes

UCHAR Jump [3]
 
UCHAR OEMID [8]
 
USHORT BytesPerSector
 
UCHAR SectorsPerCluster
 
UCHAR Unused0 [7]
 
UCHAR MediaId
 
UCHAR Unused1 [2]
 
USHORT SectorsPerTrack
 
USHORT Heads
 
UCHAR Unused2 [4]
 
UCHAR Unused3 [4]
 
USHORT Unknown [2]
 
ULONGLONG SectorCount
 
ULONGLONG MftLocation
 
ULONGLONG MftMirrLocation
 
CHAR ClustersPerMftRecord
 
UCHAR Unused4 [3]
 
CHAR ClustersPerIndexRecord
 
UCHAR Unused5 [3]
 
ULONGLONG SerialNumber
 
UCHAR Checksum [4]
 
UCHAR BootStrap [426]
 
USHORT EndSector
 

Detailed Description

Definition at line 49 of file parttest.c.

Member Data Documentation

◆ BootStrap

UCHAR NTFSBootSector::BootStrap[426]

Definition at line 71 of file parttest.c.

◆ BytesPerSector

USHORT NTFSBootSector::BytesPerSector

Definition at line 52 of file parttest.c.

Referenced by CheckAgainstNTFS().

◆ Checksum

UCHAR NTFSBootSector::Checksum[4]

Definition at line 70 of file parttest.c.

◆ ClustersPerIndexRecord

CHAR NTFSBootSector::ClustersPerIndexRecord

Definition at line 67 of file parttest.c.

◆ ClustersPerMftRecord

CHAR NTFSBootSector::ClustersPerMftRecord

Definition at line 65 of file parttest.c.

◆ EndSector

USHORT NTFSBootSector::EndSector

Definition at line 72 of file parttest.c.

◆ Heads

USHORT NTFSBootSector::Heads

Definition at line 58 of file parttest.c.

◆ Jump

UCHAR NTFSBootSector::Jump[3]

Definition at line 50 of file parttest.c.

◆ MediaId

UCHAR NTFSBootSector::MediaId

Definition at line 55 of file parttest.c.

◆ MftLocation

ULONGLONG NTFSBootSector::MftLocation

Definition at line 63 of file parttest.c.

◆ MftMirrLocation

ULONGLONG NTFSBootSector::MftMirrLocation

Definition at line 64 of file parttest.c.

◆ OEMID

UCHAR NTFSBootSector::OEMID[8]

Definition at line 51 of file parttest.c.

Referenced by CheckAgainstNTFS().

◆ SectorCount

ULONGLONG NTFSBootSector::SectorCount

Definition at line 62 of file parttest.c.

◆ SectorsPerCluster

UCHAR NTFSBootSector::SectorsPerCluster

Definition at line 53 of file parttest.c.

Referenced by CheckAgainstNTFS().

◆ SectorsPerTrack

USHORT NTFSBootSector::SectorsPerTrack

Definition at line 57 of file parttest.c.

◆ SerialNumber

ULONGLONG NTFSBootSector::SerialNumber

Definition at line 69 of file parttest.c.

◆ Unknown

USHORT NTFSBootSector::Unknown[2]

Definition at line 61 of file parttest.c.

◆ Unused0

UCHAR NTFSBootSector::Unused0[7]

Definition at line 54 of file parttest.c.

Referenced by CheckAgainstNTFS().

◆ Unused1

UCHAR NTFSBootSector::Unused1[2]

Definition at line 56 of file parttest.c.

◆ Unused2

UCHAR NTFSBootSector::Unused2[4]

Definition at line 59 of file parttest.c.

◆ Unused3

UCHAR NTFSBootSector::Unused3[4]

Definition at line 60 of file parttest.c.

Referenced by CheckAgainstNTFS().

◆ Unused4

UCHAR NTFSBootSector::Unused4[3]

Definition at line 66 of file parttest.c.

◆ Unused5

UCHAR NTFSBootSector::Unused5[3]

Definition at line 68 of file parttest.c.


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