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>MPDisconnectAll</title> 8</head> 9 10<body> 11<h1>MPDisconnectAll</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 MPDisconnectAll ( void );</code></pre> 19 </dd> 20</dl> 21</p> 22 23<h2>Arguments</h2> 24<p> 25None. 26</p> 27 28<h2>Return Values</h2> 29 30<P>Returns the processing results or a negative number if processing fails.</P> 31 32<h2>Description</h2> 33 34<p>This function disconnects all currently connected parties.</p> 35 36<h2>See Also</h2> 37<p> 38<code><a href="./MPDisconnect.html">MPDisconnect()</a></code>, <code><a href="./MPError.html">MPError</a></code> 39</p> 40 41<h2>Revision History</h2> 42 43<p> 442006/09/04 Initial version. 45</p> 46 47<hr><p>CONFIDENTIAL</p></body> 48</html> 49