Home |
Function RTFRawGetDiskGeometry Function RTFRawCallAuxDriverFunction |
Function RTFRawGetDiskGeometryFunction RTFRawGetDiskGeometry calls the driver's GetDiskGeometry function: int RTFRawGetDiskGeometry(int DeviceIndex, RTFPartitionRecord * DiskGeometry, BYTE * MediaDescriptor); ParametersDeviceIndexThe zero-based index in RTFiles-32's device list. DiskGeometryPointer to a partition record describing the complete hard disk. MediaDescriptorPointer to the returned media descriptor of the device. return valueIf the function succeeds, it returns RTF_NO_ERROR. If it fails, the return value is a negative error code.
|