1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9<title>DVDCompareDiskID</title>
10</head>
11
12<body>
13
14<h1>DVDCompareDiskID</h1>
15
16
17<h2>C Specification</h2>
18
19<dl>
20  <dd><pre><code>#include &lt;revolution/dvd.h&gt;</code></pre>
21  </dd>
22<dd><pre><CODE>BOOL DVDCompareDiskID(const DVDDiskID* <i>id1</i>, const DVDDiskID* <i>id2</i>);</CODE></pre>
23  </dd>
24</dl>
25<h2>Arguments</h2>
26<TABLE border="1" cellpadding="3" cellspacing="0.1">
27  <tr>
28<TD width="120" bgcolor="#ffffe8"><code><em><strong>id1</strong></em></code></TD>
29<TD width="520">Pointer to disk ID</TD>
30    </tr>
31  <tr>
32<TD width="120" bgcolor="#ffffe8"><code><em><strong>id2</strong></em></code></TD>
33<TD width="520">Pointer to another disk ID</TD>
34    </tr>
35  </TABLE>
36<h2>Return Values</h2>
37<P>TRUE if the two IDs are the same. FALSE otherwise.<br></P>
38<h2>Description</h2>
39<P>This utility function compares disc IDs.
40
41This function returns <CODE>TRUE</CODE> if <code><EM><STRONG>id1</STRONG></EM></code> and <STRONG><EM><i><code>id2</code></i></EM></STRONG> match.
42
43Returns FALSE otherwise.</P>
44<h2>See Also</h2>
45
46<p><code><a href="DVDGenerateDiskID.html">DVDGenerateDiskID</a></code></p>
47<H2>Revision History</H2>
48<P>2006/03/01 Initial version.</P>
49<hr>
50<P>CONFIDENTIAL</p>
51</BODY>
52</HTML>