Home |
Function RTFCheckDiskBufferSize Function RTFCreateMasterBootRecord Function RTFCreateGPTPartition Function RTFPartitionStart |
Function RTFPartitionStartRTFPartitionStart should be used to read the start sector of a partition stored in an RTFPartitionRecord structure: RTFSector RTFAPI RTFPartitionStart(const RTFPartitionRecord * P); ParametersPPointer to a RTFPartitionRecord structure to read from. return valueThe start sector of the partition. Please note that the data stored in a structure of type RTFPartitionRecord may actually have the layout of structure RTFPartitionRecord64. Thus, applications should never access the fields of structure RTFPartitionRecord or RTFPartitionRecord64 directly. To read the number of sectors in a partition, use function RTFPartitionSectors.
|