DVDFastOpenDir

Syntax

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

See Also

DVDOpenDir, DVDConvertPathToEntrynum

Revision History

2006/03/01 Initial version.


CONFIDENTIAL