FS_CreateFileFromRom

Syntax

#include <nitro/fs.h>

BOOL FS_CreateFileFromRom(FSFile *p_file, u32 offset, u32 size);

Arguments

p_file Address of the FSFile structure.
offset Offset for start of CARD-ROM region for the read.
size Byte size of the target region from the offset.

Return Values

TRUE if the file opens properly; FALSE otherwise.

Description

Treats the specified CARD-ROM region as a temporary file and opens the file. The file opened by this function supports only these following functions.

For more information, see the explanation for the ROM Archive function.

Note

See Also

FSFile
FSArchive
ROM Archive

Revision History

2009/07/29 Added mention that copying structure values is not guaranteed.
2005/06/28 Initial version.


CONFIDENTIAL