FF_GetPartitionBlockSize()
From FullFAT
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
- 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