Home |
Function RTFRawDiscardSectors Function RTFRawGetDiskGeometry Function RTFRawCallAuxDriverFunction |
Function RTFRawDiscardSectorsFunction RTFRawDiscardSectors calls the driver's DiscardSectors function: int RTFRawDiscardSectors(int DeviceIndex, RTFSector Sector, UINT Sectors); ParametersDeviceIndexThe zero-based index in RTFiles-32's device list. SectorZero-based sector index (LBA value) of first sector to discard. SectorsThe number of sectors to discard. return valueIf the function succeeds, it returns RTF_NO_ERROR. If it fails, the return value is a negative error code. Function RTFRawGetDiskGeometry
|