ReactOS 0.4.15-dev-7924-g5949c20
_FAT_VOLUME_INFO Struct Reference

Public Attributes

PUCHAR FatCache
 
PULONG FatCacheIndex
 
ULONG FatCacheSize
 
ULONG FatSectorStart
 
ULONG ActiveFatSectorStart
 
ULONG SectorsPerFat
 
ULONG RootDirSectorStart
 
ULONG RootDirSectors
 
ULONG RootDirStartCluster
 
ULONG DataSectorStart
 
ULONG DeviceId
 
UINT16 BytesPerSector
 
UINT8 FatType
 
UINT8 NumberOfFats
 
UINT8 SectorsPerCluster
 

Detailed Description

Definition at line 39 of file fat.c.

Member Data Documentation

◆ ActiveFatSectorStart

ULONG _FAT_VOLUME_INFO::ActiveFatSectorStart

Definition at line 45 of file fat.c.

◆ BytesPerSector

UINT16 _FAT_VOLUME_INFO::BytesPerSector

Definition at line 52 of file fat.c.

◆ DataSectorStart

ULONG _FAT_VOLUME_INFO::DataSectorStart

Definition at line 50 of file fat.c.

◆ DeviceId

ULONG _FAT_VOLUME_INFO::DeviceId

Definition at line 51 of file fat.c.

◆ FatCache

PUCHAR _FAT_VOLUME_INFO::FatCache

Definition at line 41 of file fat.c.

◆ FatCacheIndex

PULONG _FAT_VOLUME_INFO::FatCacheIndex

Definition at line 42 of file fat.c.

◆ FatCacheSize

ULONG _FAT_VOLUME_INFO::FatCacheSize

Definition at line 43 of file fat.c.

◆ FatSectorStart

ULONG _FAT_VOLUME_INFO::FatSectorStart

Definition at line 44 of file fat.c.

◆ FatType

UINT8 _FAT_VOLUME_INFO::FatType

Definition at line 53 of file fat.c.

◆ NumberOfFats

UINT8 _FAT_VOLUME_INFO::NumberOfFats

Definition at line 54 of file fat.c.

◆ RootDirSectors

ULONG _FAT_VOLUME_INFO::RootDirSectors

Definition at line 48 of file fat.c.

◆ RootDirSectorStart

ULONG _FAT_VOLUME_INFO::RootDirSectorStart

Definition at line 47 of file fat.c.

◆ RootDirStartCluster

ULONG _FAT_VOLUME_INFO::RootDirStartCluster

Definition at line 49 of file fat.c.

◆ SectorsPerCluster

UINT8 _FAT_VOLUME_INFO::SectorsPerCluster

Definition at line 55 of file fat.c.

◆ SectorsPerFat

ULONG _FAT_VOLUME_INFO::SectorsPerFat

Definition at line 46 of file fat.c.


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