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