CARDClose

C Specification

#include <revolution/card.h>
s32 CARDClose(CARDFileInfo* fileInfo);

Arguments

fileInfo Pointer to the file info of the file to close.

Return Values

One of the following codes:

CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_BUSY
CARD_RESULT_READY

Description

Closes a file.

See Also

Revision History

03/01/2006 Initial version.