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>MPDLStartup</title> 8</head> 9 10<body> 11<h1>MPDLStartup</h1> 12 13<h2>C Specification</h2> 14<p> 15<dl> 16 <dd><pre><code>#include <revolution/mpdl.h></code></pre> 17 </dd> 18 <dd><pre><code>s32 MPDLStartup ( <a href="./MPDLConfig.html">MPDLConfig</a>* <i><b>config</b></i> );</code></pre> 19 </dd> 20</dl> 21</p> 22 23<h2>Arguments</h2> 24<p> 25<table border="1"> 26 <tr> 27<td valign="top" width="120" bgcolor="#ffffe8"><code><strong><em>config</em></strong></code></td> 28<td width="520">The structure that managed the MPDL library settings and its internal state.</td> 29 </tr> 30</table> 31</p> 32 33<h2>Return Values</h2> 34 35<P>Returns the <a href="../mp/MPError.html">processing results</a> from the internally called <code><a href="../mp/MPStartup.html">MPStartup()</a></code>.</P> 36 37<h2>Description</h2> 38 39<p>Initializes the MPDL library and begins automatic control internally of the MP library.</p> 40 41<h2>See Also</h2> 42<p> 43<code><a href="./MPDLCleanup.html">MPDLCleanup()</a></code>, <code><a href="../mp/MPError.html">MPError</a></code>, <code><a href="./MPDLConfig.html">MPDLConfig</a></code> 44</p> 45 46<h2>Revision History</h2> 47 48<p>2006/07/04 Initial version.</p> 49 50<hr><p>CONFIDENTIAL</p></body> 51</html>