1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3 4 5<HEAD> 6<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8 <BASE target="main"> 9 10<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 11 12<TITLE>MPDL API Function List</TITLE> 13</HEAD> 14 15<H1>MPDL API Function List</H1> 16<H3><A href="intro.html">MPDL API Introduction</a></H3> 17<H3><A href="./sampledemos/demos.html">MPDL Demo</a></H3> 18<H2><a name="Init">Initialization</a></H2> 19<TABLE border="1"> 20 <TBODY> 21 <TR> 22<TD><A href="./MPDLStartup.html"><code>MPDLStartup</code></A></TD> 23<TD>Initializes the MPDL library and begins automatic control of MP communications internally.</TD> 24 </TR> 25 <TR> 26<TD><A href="./MPDLCleanup.html"><code>MPDLCleanup</code></A></TD> 27<TD>Terminates the MPDL library and ends automatic control of MP communications internally.</TD> 28 </TR> 29 <TR> 30<TD><A href="./MPDLIsAvailable.html"><code>MPDLIsAvailable</code></A></TD> 31<TD>The MPDL Library process is started and a determination is made as to whether or not it can be used.</TD> 32 </TR> 33 </TBODY> 34</TABLE> 35 36<H2><a name="Control">Entry Control</a></H2> 37<TABLE border="1"> 38 <TBODY> 39 <TR> 40<TD><A href="./MPDLGetEntryBitmap.html"><code>MPDLGetEntryBitmap</code></A></TD> 41<TD>Gets the status of currently entered players as a bitmap.</TD> 42 </TR> 43 <TR> 44<TD><A href="./MPDLGetBootedBitmap.html"><code>MPDLGetBootedBitmap</code></A></TD> 45<TD>Gets the status of the players in the "download complete" state as a bitmap.</TD> 46 </TR> 47 <TR> 48<TD><A href="./MPDLGetPlayerInfo.html"><code>MPDLGetPlayerInfo</code></A></TD> 49<TD>Gets player information of the players in the "currently entered" or "download complete" state.</TD> 50 </TR> 51 <TR> 52<TD><A href="./MPDLStartDownload.html"><code>MPDLStartDownload</code></A></TD> 53<TD>Closes the download entry and starts the download process. </TD> 54 </TR> 55 </TBODY> 56</TABLE> 57 58<H2><a name="Types">Types and Structures</a></H2> 59<TABLE border="1"> 60 <TBODY> 61 <TR> 62<TD><A href="./MPDLConfig.html"><code>MPDLConfig</code></A></TD> 63<TD>Structure that stores the MPDL library's configuration information.</TD> 64 </TR> 65 <TR> 66<TD><A href="./MPDLPlayerInfo.html"><code>MPDLPlayerInfo</code></A></TD> 67<TD>Structure used to get player information. </TD> 68 </TR> 69 </TBODY> 70</TABLE> 71 72<P><BR> <BR> 73</P> 74<table border="0" height="100%"><tr><td style="background-color : white;"></td></tr></table> 75<hr><p>CONFIDENTIAL</p></body> 76</HTML> 77