#include <revolution/nand.h>
s32 NANDSafeClose(NANDFileInfo *info);
info |
Pointer to the NANDFileInfo structure (opened by NANDSafeOpen[Async]). |
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. Files closed using this function must have been opened using NANDSafeOpen or NANDSafeOpenAsync.
NANDSafeOpen, NANDSafeOpenAsync, NANDSafeCloseAsync
08/15/2006 Initial version.
CONFIDENTIAL