DVDFastOpenDir

C Specification

#include <revolution/dvd.h>
BOOL DVDFastOpenDir(s32 entrynum, DVDDir* dir);

Arguments

entrynum Entry number for the directory to open.
dir Pointer to directory structure to use.

Return Values

TRUE if the function succeeds.

Description

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.

See Also

DVDOpenDir
DVDConvertPathToEntrynum

Revision History

2006/03/01 Initial version.


CONFIDENTIAL