#include <revolution/nand.h>
s32 NANDClose(NANDFileInfo *info);
|
Pointer to a NANDFileInfo structure. |
Returns one of the following codes:
NAND_RESULT_OK
NAND_RESULT_ACCESS
NAND_RESULT_CORRUPT
NAND_RESULT_INVALID
NAND_RESULT_UNKNOWN
NAND_RESULT_FATAL_ERROR
Closes a file.
NANDOpen, NANDOpenAsync, NANDCloseAsync
06/16/2006 Initial version.