#include <revolution/cnt.h>
s32 CNTClose(CNTFileInfo* cf);
cf |
Pointer to the file structure. |
The current implementation will always return CNT_RESULT_OK for a NAND application. CNT_RESULT_CLOSE_ERR is returned for a disc application if an error occurs during a close.
Closes a file.
2006/12/04 Added result code descriptions.
2006/08/15 Initial version.
CONFIDENTIAL