ReactOS 0.4.16-dev-1097-g530d26a
|
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 |
Definition at line 49 of file parttest.c.
UCHAR NTFSBootSector::BootStrap[426] |
Definition at line 71 of file parttest.c.
USHORT NTFSBootSector::BytesPerSector |
Definition at line 52 of file parttest.c.
Referenced by CheckAgainstNTFS().
UCHAR NTFSBootSector::Checksum[4] |
Definition at line 70 of file parttest.c.
CHAR NTFSBootSector::ClustersPerIndexRecord |
Definition at line 67 of file parttest.c.
CHAR NTFSBootSector::ClustersPerMftRecord |
Definition at line 65 of file parttest.c.
USHORT NTFSBootSector::EndSector |
Definition at line 72 of file parttest.c.
USHORT NTFSBootSector::Heads |
Definition at line 58 of file parttest.c.
UCHAR NTFSBootSector::Jump[3] |
Definition at line 50 of file parttest.c.
UCHAR NTFSBootSector::MediaId |
Definition at line 55 of file parttest.c.
ULONGLONG NTFSBootSector::MftLocation |
Definition at line 63 of file parttest.c.
ULONGLONG NTFSBootSector::MftMirrLocation |
Definition at line 64 of file parttest.c.
UCHAR NTFSBootSector::OEMID[8] |
Definition at line 51 of file parttest.c.
Referenced by CheckAgainstNTFS().
ULONGLONG NTFSBootSector::SectorCount |
Definition at line 62 of file parttest.c.
UCHAR NTFSBootSector::SectorsPerCluster |
Definition at line 53 of file parttest.c.
Referenced by CheckAgainstNTFS().
USHORT NTFSBootSector::SectorsPerTrack |
Definition at line 57 of file parttest.c.
ULONGLONG NTFSBootSector::SerialNumber |
Definition at line 69 of file parttest.c.
USHORT NTFSBootSector::Unknown[2] |
Definition at line 61 of file parttest.c.
UCHAR NTFSBootSector::Unused0[7] |
Definition at line 54 of file parttest.c.
Referenced by CheckAgainstNTFS().
UCHAR NTFSBootSector::Unused1[2] |
Definition at line 56 of file parttest.c.
UCHAR NTFSBootSector::Unused2[4] |
Definition at line 59 of file parttest.c.
UCHAR NTFSBootSector::Unused3[4] |
Definition at line 60 of file parttest.c.
Referenced by CheckAgainstNTFS().
UCHAR NTFSBootSector::Unused4[3] |
Definition at line 66 of file parttest.c.
UCHAR NTFSBootSector::Unused5[3] |
Definition at line 68 of file parttest.c.