ReactOS 0.4.16-dev-226-g79f2289
|
#include <imports.h>
Public Attributes | |
UCHAR | PartitionType |
BOOLEAN | BootIndicator |
BOOLEAN | RecognizedPartition |
ULONG | HiddenSectors |
BOOLEAN _PARTITION_INFORMATION_MBR::BootIndicator |
Definition at line 207 of file imports.h.
Referenced by IsDiskSuperFloppyEx(), main(), PartMgrConvertExtendedToLayout(), and PartMgrUpdatePartitionDevices().
ULONG _PARTITION_INFORMATION_MBR::HiddenSectors |
Definition at line 209 of file imports.h.
Referenced by IsDiskSuperFloppyEx(), main(), and PartMgrConvertExtendedToLayout().
UCHAR _PARTITION_INFORMATION_MBR::PartitionType |
Definition at line 206 of file imports.h.
Referenced by IsDiskSuperFloppyEx(), main(), PartitionHandleDeviceControl(), PartMgrConvertExtendedToLayout(), and PartMgrUpdatePartitionDevices().
BOOLEAN _PARTITION_INFORMATION_MBR::RecognizedPartition |
Definition at line 208 of file imports.h.
Referenced by IsDiskSuperFloppyEx(), main(), and PartMgrConvertExtendedToLayout().