FF_GetPartitionBlockSize()

From FullFAT
Jump to: navigation, search


Returns the blocksize of the mounted partition.

Contents

Prototype

FF_T_SINT32 FF_GetPartitionBlockSize(FF_IOMAN *pIoman);

Parameters

pIoman

Pointer to an FF_IOMAN object, as returned from the FF_CreateIOMAN() function.

Return Value

Returns a positive value 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