#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 you know the entry number for the file you need to open, the DVDFastOpen function is faster than the DVDOpen function. Call the DVDConvertPathToEntrynum function to get the file entry number.
DVDOpen
DVDConvertPathToEntrynum
2006/03/01 Initial version.
CONFIDENTIAL