ReactOS 0.4.15-dev-7918-g2a2556c
_NTFS_VOLUME_INFO Struct Reference
Collaboration diagram for _NTFS_VOLUME_INFO:

Public Attributes

NTFS_BOOTSECTOR BootSector
 
ULONG ClusterSize
 
ULONG MftRecordSize
 
ULONG IndexRecordSize
 
PNTFS_MFT_RECORD MasterFileTable
 
PNTFS_ATTR_CONTEXT MFTContext
 
ULONG DeviceId
 
PUCHAR TemporarySector
 

Detailed Description

Definition at line 42 of file ntfs.c.

Member Data Documentation

◆ BootSector

NTFS_BOOTSECTOR _NTFS_VOLUME_INFO::BootSector

Definition at line 44 of file ntfs.c.

◆ ClusterSize

ULONG _NTFS_VOLUME_INFO::ClusterSize

Definition at line 45 of file ntfs.c.

◆ DeviceId

ULONG _NTFS_VOLUME_INFO::DeviceId

Definition at line 51 of file ntfs.c.

◆ IndexRecordSize

ULONG _NTFS_VOLUME_INFO::IndexRecordSize

Definition at line 47 of file ntfs.c.

◆ MasterFileTable

PNTFS_MFT_RECORD _NTFS_VOLUME_INFO::MasterFileTable

Definition at line 48 of file ntfs.c.

◆ MFTContext

PNTFS_ATTR_CONTEXT _NTFS_VOLUME_INFO::MFTContext

Definition at line 50 of file ntfs.c.

◆ MftRecordSize

ULONG _NTFS_VOLUME_INFO::MftRecordSize

Definition at line 46 of file ntfs.c.

◆ TemporarySector

PUCHAR _NTFS_VOLUME_INFO::TemporarySector

Definition at line 52 of file ntfs.c.


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