DVDDirEntryIsDir

Syntax

#include <revolution/dvd.h>

BOOL DVDDirEntryIsDir(const DVDDirEntry* dirent);

Arguments

dirent The entry information structure.

Return Values

Returns TRUE if the entry is a directory. Otherwise returns FALSE.

Description

This function checks whether an entry is a directory.

See Also

DVDReadDir

Revision History

2009/07/31 Initial version.


CONFIDENTIAL