C
Description
The PTE_MBR structure contains values found in a partition table entry in the MBR of a device.
Members
|
Members |
Description |
|
BYTE PTE_BootDes; |
The boot descriptor (should be 0x00 in a non-bootable device) |
|
SWORD PTE_FrstPartSect; |
The cylinder-head-sector address of the first sector of the partition |
|
BYTE PTE_FSDesc; |
The file system descriptor |
|
SWORD PTE_LstPartSect; |
The cylinder-head-sector address of the last sector of the partition |
|
DWORD PTE_FrstSect; |
The logical block address of the first sector of the partition |
|
DWORD PTE_NumSect; |
The number of sectors in a partition |