NANDFileInfo

C Specification


#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 stores file descriptors and other information.

See Also

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

Revision History

06/16/2006 Initial version.