#include <revolution/dvd.h>
BOOL DVDCompareDiskID(const DVDDiskID* id1, const DVDDiskID* id2);
id1 |
Pointer to disk ID |
id2 |
Pointer to another disk ID |
TRUE if the two IDs are the same. FALSE otherwise.
This utility function compares disc IDs.
This function returns TRUE if id1 and id2 match.
Returns FALSE otherwise.
03/01/2006 Initial version.