typedef void ( *F_RELEASE )( F_DRIVER * pxDriver );
The implementation must remove the drive by removing any resources associated with the drive. This function is optional.
Parameters:
| pxDriver | A pointer to the F_DRIVER structure returned by the call to F_DRIVERINIT() originally used to initialise the drive that is now being removed. |
None.