ReactOS 0.4.15-dev-7842-g558ab78
_FATX_BOOT_SECTOR Struct Reference

#include <vfatxlib.h>

Public Attributes

UCHAR SysType [4]
 
ULONG VolumeId
 
ULONG SectorsPerCluster
 
USHORT FatCount
 
ULONG Reserved
 
UCHAR Unused [4078]
 
unsigned char SysType [4]
 
unsigned long VolumeID
 
unsigned long SectorsPerCluster
 
unsigned short FATCount
 
unsigned long Unknown
 
unsigned char Unused [4078]
 

Detailed Description

Definition at line 18 of file fatx.c.

Member Data Documentation

◆ FatCount

USHORT _FATX_BOOT_SECTOR::FatCount

Definition at line 23 of file fatx.c.

◆ FATCount

unsigned short _FATX_BOOT_SECTOR::FATCount

Definition at line 23 of file vfatxlib.h.

◆ Reserved

ULONG _FATX_BOOT_SECTOR::Reserved

Definition at line 24 of file fatx.c.

◆ SectorsPerCluster [1/2]

ULONG _FATX_BOOT_SECTOR::SectorsPerCluster

Definition at line 22 of file fatx.c.

◆ SectorsPerCluster [2/2]

unsigned long _FATX_BOOT_SECTOR::SectorsPerCluster

Definition at line 22 of file vfatxlib.h.

◆ SysType [1/2]

UCHAR _FATX_BOOT_SECTOR::SysType[4]

Definition at line 20 of file fatx.c.

◆ SysType [2/2]

unsigned char _FATX_BOOT_SECTOR::SysType[4]

Definition at line 20 of file vfatxlib.h.

◆ Unknown

unsigned long _FATX_BOOT_SECTOR::Unknown

Definition at line 24 of file vfatxlib.h.

◆ Unused [1/2]

UCHAR _FATX_BOOT_SECTOR::Unused[4078]

Definition at line 25 of file fatx.c.

◆ Unused [2/2]

unsigned char _FATX_BOOT_SECTOR::Unused[4078]

Definition at line 25 of file vfatxlib.h.

◆ VolumeId

ULONG _FATX_BOOT_SECTOR::VolumeId

Definition at line 21 of file fatx.c.

◆ VolumeID

unsigned long _FATX_BOOT_SECTOR::VolumeID

Definition at line 21 of file vfatxlib.h.


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