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>MPCleanup</title> 8</head> 9 10<body> 11<h1>MPCleanup</h1> 12 13<h2>C Specification</h2> 14<p> 15<dl> 16 <dd><pre><code>#include <revolution/mp.h></code></pre> 17 </dd> 18 <dd><pre><code>s32 MPCleanup ( 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 the processing result or a negative number if processing fails.</P> 29 30<h2>Description</h2> 31 32<p>Ends MP communications.</p> 33<p>This function calls the <CODE>NWC24ResumeScheduler</CODE> internally.</p> 34 35<h2>See Also</h2> 36<p> 37<code><a href="./MPStartup.html">MPStartup()</a></code>, <code><a href="./MPDisconnect.html">MPDisconnect()</a></code>, <code><a href="./MPError.html">MPError</a></code> 38</p> 39 40<h2>Revision History</h2> 41 42<p> 432007/11/05 Noted that the NWC24 auto-scheduler is restarted. 2006/06/29 Initial version. 44</p> 45 46<hr><p>CONFIDENTIAL</p></body> 47</html>