DVDOpenDir

Syntax

#include <revolution/dvd.h>

BOOL DVDOpenDir(const char* dirName, DVDDir* dir);

Arguments

dirName Pointer to directory name to open.
dir Pointer to directory structure to use.

Return Values

TRUE if the function executes normally.

Description

Opens a directory.

See Also

DVDReadDir, DVDCloseDir

Revision History

2006/03/01 Initial version.


CONFIDENTIAL