DVDFastOpen

Syntax

#include <revolution/dvd.h>

BOOL DVDFastOpen(s32 entrynum, DVDFileInfo* fileInfo);

Arguments

entrynum Entry number for the file to open.
fileInfo Pointer to file information to use.

Return Values

TRUE if the function succeeds.

Description

Opens a file. If the file's entry number is known, opening it with the DVDFastOpen function is faster than with DVDOpen. To obtain the file entry number, call the DVDConvertPathToEntrynum function.

See Also

DVDOpen, DVDConvertPathToEntrynum

Revision History

2006/03/01 Initial version.


CONFIDENTIAL