Home |
Function RTFRawRead Function RTFRawGetDiskGeometry Function RTFRawCallAuxDriverFunction |
Function RTFRawReadFunction RTFRawRead calls the driver's ReadSectors function: int RTFRawRead(int DeviceIndex, void * Data, RTFSector Sector, UINT Sectors); ParametersDeviceIndexThe zero-based index in RTFiles-32's device list. DataPointer to a buffer to receive the read data. SectorZero-based sector index (LBA value) where reading should start. SectorsNumber of sectors to read. return valueIf the function succeeds, it returns RTF_NO_ERROR. If it fails, the return value is a negative error code.
|