Home |
Function RTFRawGetDiskGeometry Function RTFRawLowLevelFormat Function RTFRawCallAuxDriverFunction |
Function RTFRawLowLevelFormatFunction RTFRawLowLevelFormat calls the driver's LowLevelFormat function: int RTFRawLowLevelFormat(int DeviceIndex, const char * DeviceName, RTFFormatCallback Progress, DWORD Flags); ParametersDeviceIndexThe zero-based index in RTFiles-32's device list. DeviceNamePointer to a name to pass to function Progress. ProgressA callback to supply progress information. For details, please refer to function RTFFormat. FlagsControls various options about how to format the device. For details, please refer to function RTFFormat. return valueIf the function succeeds, it returns RTF_NO_ERROR. If it fails, the return value is a negative error code. Function RTFRawGetDiskGeometry Function RTFRawCallAuxDriverFunction
|