CARDGetStatus

C Specification

#include <revolution/card.h>
s32 CARDGetStatus(s32 chan, s32 fileNo, CARDStat* stat);

Arguments

chan EXI channel number.
fileNo File entry number.
stat Pointer to buffer to read the file status.

Return Values

One of the following codes:

CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_NOFILE
CARD_RESULT_NOPERM
CARD_RESULT_BUSY
CARD_RESULT_READY

Description

Gets the file status using a file number.

See Also

Memory Card Functions,
CARDStat

Revision History

2006/03/01 Initial version.


CONFIDENTIAL