DVDCompareDiskID

Syntax

#include <revolution/dvd.h>

BOOL DVDCompareDiskID(const DVDDiskID* id1, const DVDDiskID* id2);

Arguments

id1 Pointer to the disc ID.
id2 Pointer to the other disc ID.

Return Values

TRUE if the two IDs match and FALSE if they do not.

Description

This utility function compares disc IDs. It returns TRUE if id1 and id2 are the same. otherwise, it returns FALSE.

See Also

DVDGenerateDiskID

Revision History

2006/03/01 Initial version.


CONFIDENTIAL