Home |
Function RTFRawWrite Function RTFRawGetDiskGeometry Function RTFRawCallAuxDriverFunction |
Function RTFRawWriteFunction RTFRawWrite calls the driver's WriteSectors function: int RTFRawWrite(int DeviceIndex, void * Data, RTFSector Sector, UINT Sectors); ParametersDeviceIndexThe zero-based index in RTFiles-32's device list. DataSpecifies the address of the data to be written. SectorZero-based sector index (LBA value) where writing should start. SectorsThe number of sectors to write. return valueIf the function succeeds, it returns RTF_NO_ERROR. If it fails, the return value is a negative error code.
|