PTE_MBR Structure

Microchip MDD File System Interface

MDDFS Interface Library Help
PTE_MBR Structure
C
typedef struct {
  BYTE PTE_BootDes;
  SWORD PTE_FrstPartSect;
  BYTE PTE_FSDesc;
  SWORD PTE_LstPartSect;
  DWORD PTE_FrstSect;
  DWORD PTE_NumSect;
} PTE_MBR;
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 
Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.