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