#include <revolution/card.h>s32 CARDFreeBlocks(s32 chan, s32* byteNotUsed, s32* filesNotUsed); |
EXI channel number. |
|
Pointer to an s32 type word for saving the number of free bytes. |
|
Pointer to an s32 type word for saving the number of free directory entries. |
One of the following codes:
CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_BUSY
CARD_RESULT_READY
CARD_RESULT_BROKEN
Returns the number of free bytes and free directory entries on the Memory Card.
2006/03/01 Initial version.
CONFIDENTIAL