DVDCompareDiskID

C Specification

#include <revolution/dvd.h>
BOOL DVDCompareDiskID(const DVDDiskID* id1, const DVDDiskID* id2);

Arguments

id1 Pointer to disk ID
id2 Pointer to another disk ID

Return Values

TRUE if the two IDs are the same. FALSE otherwise.

Description

This utility function compares disc IDs. This function returns TRUE if id1 and id2 match. Returns FALSE otherwise.

See Also

DVDGenerateDiskID

Revision History

03/01/2006 Initial version.