#include <buffer.h>
Public Attributes | |
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 "FAT16 ". |
Definition at line 77 of file buffer.h.
|
0x29 if next 3 fields are present
|
|
DOS INT13 Drive Number (0x80=HD).
|
|
Decorative name of fs, eg "FAT16 ".
Definition at line 83 of file buffer.h. Referenced by FatInitGlobals(). |
|
For WINNT; Format to 0.
|
|
Volume ID (usually format datetime).
|
|
Volume Label.
Definition at line 82 of file buffer.h. Referenced by FatInitGlobals(). |