FF_UnregisterBlkDevice()

From FullFAT
Jump to: navigation, search


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


See Also

Back to API

Personal tools