1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
6<title>MIXQuit</title>
7<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows">
9<META http-equiv="Content-Style-Type" content="text/css">
10</head>
11
12<body>
13
14<h1 align="left">MIXQuit</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution.h&gt;
19#include &lt;revolution/mix.h&gt;
20
21void MIXQuit(void);
22</pre></dd></dl>
23
24<h2>Arguments</h2>
25<p>None.</p>
26
27<h2>Return Values</h2>
28<p>None.</p>
29
30<h2>Description</h2>
31<p>The <CODE>MIXQuit</CODE> function is called when you want to shut down the mixer carefully.</p>
32
33<p><strong><em><B>Note: </B></strong> This function currently does nothing. Use this interface if code must be run in order to silence any mixer input.</p>
34
35<h2>See Also</h2>
36<p class="reference">
37<a href="MIXInit.html">MIXInit</a>
38</p>
39
40<h2>Revision History</h2>
41<P>
422006/03/01 Initial version.<BR>
43</P>
44
45<hr><p>CONFIDENTIAL</p></body>
46</html>
47