#include <buffer.h>
Public Attributes | |
u_32 | BPB_FATSz32 |
Size of one FAT32 in sectors. | |
word | BPB_ExtFlags |
Flags; active FAT number etc. | |
word | BPB_FSVer |
File System Version (0x0000). | |
u_32 | BPB_RootClus |
Start cluster of Root Dir. | |
word | BPB_FSInfo |
Start sector of FSINFO in Resvd area. | |
word | BPB_BkBootSec |
Sector in Resvd area for BkBoot (6). | |
byte | BPB_Reserved [12] |
Reserved, Always 0. | |
byte | BS_DrvNum |
DOS INT13 Drive Number (0x80=HD). | |
byte | BS_Reserved1 |
For WINNT, Format to 0. | |
byte | BS_BootSig |
0x29 if next 3 fields are present | |
byte | BS_VolID [4] |
Volume ID (usually format datetime). | |
byte | BS_VolLab [11] |
Volume Label. | |
byte | BS_FilSysType [8] |
Decorative name of fs, eg "FAT32 ". |
Definition at line 87 of file buffer.h.
|
Sector in Resvd area for BkBoot (6).
|
|
Flags; active FAT number etc.
|
|
Size of one FAT32 in sectors.
Definition at line 88 of file buffer.h. Referenced by FatInitGlobals(). |
|
Start sector of FSINFO in Resvd area.
|
|
File System Version (0x0000).
|
|
Reserved, Always 0.
|
|
Start cluster of Root Dir. (2) |
|
0x29 if next 3 fields are present
|
|
DOS INT13 Drive Number (0x80=HD).
|
|
Decorative name of fs, eg "FAT32 ".
Definition at line 100 of file buffer.h. Referenced by FatInitGlobals(). |
|
For WINNT, Format to 0.
|
|
Volume ID (usually format datetime).
|
|
Volume Label.
Definition at line 99 of file buffer.h. Referenced by FatInitGlobals(). |