Home |
Function WriteSectors |
Function WriteSectorsDriver function WriteSectors is called by RTFiles-32 to write sectors to the device: int RTFAPI WriteSectors(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 writing should start. SectorsNumber of sectors to write. BufferPointer to the buffer containing the data to write. return valueIf the function succeeds, it returns RTF_NO_ERROR. If it fails, the return value is a negative error code.
|