Home |
Function RTFCheckDiskBufferSize Function RTFCreateMasterBootRecord Function RTFCreateGPTPartition Function RTFPartitionSectors |
Function RTFPartitionSectorsRTFPartitionSectors should be used to read how many sectors are available in a partition stored in an RTFPartitionRecord structure: RTFSector RTFAPI RTFPartitionSectors(const RTFPartitionRecord * P); ParametersPPointer to a RTFPartitionRecord structure to read from. return valueThe number of sectors available in 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 start sector of the partition, use function RTFPartitionStart.
|