ReactOS 0.4.15-dev-7924-g5949c20
_NTFS_INFO Struct Reference

#include <ntfs.h>

Collaboration diagram for _NTFS_INFO:

Public Attributes

ULONG BytesPerSector
 
ULONG SectorsPerCluster
 
ULONG BytesPerCluster
 
ULONGLONG SectorCount
 
ULONGLONG ClusterCount
 
ULARGE_INTEGER MftStart
 
ULARGE_INTEGER MftMirrStart
 
ULONG BytesPerFileRecord
 
ULONG BytesPerIndexRecord
 
ULONGLONG SerialNumber
 
USHORT VolumeLabelLength
 
WCHAR VolumeLabel [MAXIMUM_VOLUME_LABEL_LENGTH]
 
UCHAR MajorVersion
 
UCHAR MinorVersion
 
USHORT Flags
 
ULONG MftZoneReservation
 

Detailed Description

Definition at line 65 of file ntfs.h.

Member Data Documentation

◆ BytesPerCluster

ULONG _NTFS_INFO::BytesPerCluster

Definition at line 69 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ BytesPerFileRecord

ULONG _NTFS_INFO::BytesPerFileRecord

Definition at line 74 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ BytesPerIndexRecord

ULONG _NTFS_INFO::BytesPerIndexRecord

Definition at line 75 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ BytesPerSector

ULONG _NTFS_INFO::BytesPerSector

Definition at line 67 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ ClusterCount

ULONGLONG _NTFS_INFO::ClusterCount

Definition at line 71 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ Flags

USHORT _NTFS_INFO::Flags

Definition at line 82 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ MajorVersion

UCHAR _NTFS_INFO::MajorVersion

Definition at line 80 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ MftMirrStart

ULARGE_INTEGER _NTFS_INFO::MftMirrStart

Definition at line 73 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ MftStart

ULARGE_INTEGER _NTFS_INFO::MftStart

Definition at line 72 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ MftZoneReservation

ULONG _NTFS_INFO::MftZoneReservation

Definition at line 84 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ MinorVersion

UCHAR _NTFS_INFO::MinorVersion

Definition at line 81 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ SectorCount

ULONGLONG _NTFS_INFO::SectorCount

Definition at line 70 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ SectorsPerCluster

ULONG _NTFS_INFO::SectorsPerCluster

Definition at line 68 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ SerialNumber

ULONGLONG _NTFS_INFO::SerialNumber

Definition at line 77 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ VolumeLabel

WCHAR _NTFS_INFO::VolumeLabel[MAXIMUM_VOLUME_LABEL_LENGTH]

Definition at line 79 of file ntfs.h.

Referenced by NtfsGetVolumeData().

◆ VolumeLabelLength

USHORT _NTFS_INFO::VolumeLabelLength

Definition at line 78 of file ntfs.h.

Referenced by NtfsGetVolumeData().


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