#include <revolution/card.h>
typedef void (*CARDCallback)( s32 chan, s32 result );s32 CARDFastDeleteAsync(s32 chan, s32 fileNo, CARDCallback callback); |
EXI channel number. |
|
File entry number. |
|
Callback function to notify about the result. |
One of the following codes:
CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_NOFILE
CARD_RESULT_NOPERM
CARD_RESULT_BUSY
CARD_RESULT_IOERROR
CARD_RESULT_READY
Asynchronously deletes a file using a file number.
Note: This function is provided for debugging. Do not use in programs.
03/01/2006 Initial version.