DVDFastOpen

C Specification

#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 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.

See Also

DVDOpen
DVDConvertPathToEntrynum

Revision History

2006/03/01 Initial version.


CONFIDENTIAL