NANDFileInfo

Syntax

#include <revolution/nand.h>

typedef struct NANDFileInfo
{
    ...
} NANDFileInfo;
(The structure members are not listed here since they might be changed in a future version. For more information, see nand.h. Avoid accessing these members directly. Doing so can lead to system instability.)

Description

The NANDFileInfo structure is used to store file descriptors and other information.

See Also

NANDOpen, NANDOpenAsync, NANDClose, NANDCloseAsync, NANDRead, NANDReadAsync, NANDWrite, NANDWriteAsync, NANDSeek, NANDSeekAsync

Revision History

2006/06/16 Initial version.


CONFIDENTIAL