#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 directory's entry number, opening it with the DVDFastOpenDir function is faster than with DVDOpenDir. To obtain the directory entry number, call the DVDConvertPathToEntrynum function.
DVDOpenDir, DVDConvertPathToEntrynum
2006/03/01 Initial version.
CONFIDENTIAL