FF_UnregisterBlkDevice()
From FullFAT
Unregisters a block device driver, from the FF_IOMAN object.
Contents |
Prototype
FF_ERROR FF_UnregisterBlkDevice(FF_IOMAN *pIoman);
Parameters
pIoman
Pointer to an FF_IOMAN object, as returned from the FF_CreateIOMAN() function.
Return Value
Returns FF_ERR_NONE on success.
All errors are negative, and can be passed to the FF_GetErrMessage() function to get a meaningful string describing the error.
Possible Error Codes
- FF_ERR_NULL_POINTER - pIoman parameter was NULL.
See Also
- FF_CreateIOMAN()
- FF_DestroyIOMAN()
- FF_RegisterBlkDevice()
- FF_UnregisterBlkDevice()
- FF_MountPartition()
- FF_UnmountPartition()
Back to API

