Home |
Function ReadSectors |
Function ReadSectorsDriver function ReadSectors is called by RTFiles-32 to read sectors from the device: int RTFAPI ReadSectors(void * DriveData, RTFSector Sector, UINT Sectors, void * Buffer); ParametersDriveDataPointer to the DeviceData found in the device list for the device. SectorPhysical sector index at which reading should start. SectorsNumber of sectors to read. BufferPointer to the buffer to receive the read data. return valueIf the function succeeds, it returns RTF_NO_ERROR. If it fails, the return value is a negative error code.
|