#include <revolution/dvd.h>
BOOL DVDFastOpenDir(s32 entrynum, DVDDir* dir);
entrynum |
Entry number for the directory to open. |
dir |
Pointer to directory structure to use. |
TRUE if the function succeeds.
Opens a directory. If you know the entry number for the directory you need to open, the DVDFastOpenDir function is faster than the DVDOpenDir function. Call the DVDConvertPathToEntrynum function to get the entry number for the directory.
DVDOpenDir
DVDConvertPathToEntrynum
2006/03/01 Initial version.
CONFIDENTIAL