CARDUnmount

C Specification

#include <revolution/card.h>
s32 CARDUnmount(s32 chan);

Arguments

chan EXI channel number.

Return Values

One of the following codes:

CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
(already unmounted)
CARD_RESULT_BUSY
CARD_RESULT_READY

The function returns CARD_RESULT_READY if the Memory Card is sucessfully unmounted.

Description

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.

See Also

Revision History

03/01/2006 Initial version.