1<html>
2
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
6
7<title>MPDLGetBootedBitmap</title>
8</head>
9
10<body>
11<h1>MPDLGetBootedBitmap</h1>
12
13<h2>C Specification</h2>
14<p>
15<dl>
16  <dd><pre><code>#include &lt;revolution/mpdl.h&gt;</code></pre>
17  </dd>
18  <dd><pre><code>u32     MPDLGetBootedBitmap( void );</code></pre>
19  </dd>
20</dl>
21</p>
22
23<h2>Arguments</h2>
24<p>None.</p>
25
26<h2>Return Values</h2>
27
28<P>Returns a bitmap that represents player information for the download complete reboot status.</P>
29
30<h2>Description</h2>
31
32<p>Gets a bitmap that represents player information for the download complete reboot status.<br>Each separate player information item can be retrieved using the <a href="./MPDLGetPlayerInfo.html">MPDLGetPlayerInfo</a> function. </p>
33<p>The download process is started by calling the <a href="./MPDLStartDownload.html">MPDLStartDownload</a> function. </p>
34<h2>See Also</h2>
35<p>
36<code><a href="./MPDLPlayerInfo.html">MPDLPlayerInfo</a></code>, <code><a href="./MPDLGetPlayerInfo.html">MPDLGetPlayerInfo()</a></code>, <code><a href="./MPDLGetEntryBitmap.html">MPDLGetEntryBitmap()</a></code>, <code><a href="./MPDLStartDownload.html">MPDLStartDownload()</a></code>
37</p>
38
39<h2>Revision History</h2>
40
41<p>2006/08/25 Initial version.</p>
42
43<hr><p>CONFIDENTIAL</p></body>
44</html>