ReactOS 0.4.15-dev-7958-gcd0bb1a
_FSINFO_SECTOR Struct Reference

#include <fat.h>

Public Attributes

ULONG SectorBeginSignature
 
UCHAR ExtraBootCode [480]
 
ULONG FsInfoSignature
 
ULONG FreeClusterCount
 
ULONG NextFreeCluster
 
UCHAR Reserved [12]
 
ULONG SectorEndSignature
 

Detailed Description

Definition at line 194 of file fat.h.

Member Data Documentation

◆ ExtraBootCode

UCHAR _FSINFO_SECTOR::ExtraBootCode[480]

Definition at line 196 of file fat.h.

◆ FreeClusterCount

ULONG _FSINFO_SECTOR::FreeClusterCount

Definition at line 198 of file fat.h.

◆ FsInfoSignature

ULONG _FSINFO_SECTOR::FsInfoSignature

Definition at line 197 of file fat.h.

◆ NextFreeCluster

ULONG _FSINFO_SECTOR::NextFreeCluster

Definition at line 199 of file fat.h.

◆ Reserved

UCHAR _FSINFO_SECTOR::Reserved[12]

Definition at line 200 of file fat.h.

◆ SectorBeginSignature

ULONG _FSINFO_SECTOR::SectorBeginSignature

Definition at line 195 of file fat.h.

◆ SectorEndSignature

ULONG _FSINFO_SECTOR::SectorEndSignature

Definition at line 201 of file fat.h.


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