Home |
Function RTFRawMount Function RTFRawGetDiskGeometry Function RTFRawCallAuxDriverFunction |
Function RTFRawMountFunction RTFRawMount calls the driver's MountDevice function: int RTFRawMount(int DeviceIndex); ParametersDeviceIndexThe zero-based index in RTFiles-32's device list. return valueIf the function succeeds, it returns the device's sector size. If it fails, the return value is a negative error code.
|