FS_PARTITION_ENTRY
typedef struct fs_partition_entry {
FS_SEC_NBR Start;
FS_SEC_QTY Size;
CPU_INT08U Type;
} FS_PARTITION_ENTRY;
File | Used for |
---|---|
| Third argument of |
Receives information about a partition entry.
Members
Start
The start sector of partition.
Size
The size of partition, in sectors.
Type
The type of data in the partition.
Notes
None.