#include <revolution/dvd.h> BOOL DVDFastOpen(s32 entrynum, DVDFileInfo* fileInfo);
| entrynum | Entry number for the file to open. |
|---|---|
| fileInfo | Pointer to file information to use. |
TRUE if the function succeeds.
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.
DVDOpen, DVDConvertPathToEntrynum
2006/03/01 Initial version.
CONFIDENTIAL