#include <revolution/card.h>s32 CARDUnmount(s32 chan); |
EXI channel number. |
One of the following codes:
CARD_RESULT_FATAL_ERROR (already unmounted)
CARD_RESULT_NOCARD
CARD_RESULT_BUSY
CARD_RESULT_READY
The function returns CARD_RESULT_READY if the Memory Card is sucessfully unmounted.
Unmounts a Memory Card. The work area specified by the CARDMount or CARDMountAsync function is released. The function returns CARD_RESULT_READY if the Memory Card is successfully unmounted.
03/01/2006 Initial version.