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>AXQuit</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">AXQuit</h1> 15 16 17<h2>C Specification</h2> 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21void AXQuit(void);</CODE></pre> 22</BLOCKQUOTE> 23<h2>Arguments</h2> 24 25<p>None.</p> 26 27<h2>Return Values</h2> 28 29<p>None.</p> 30 31<h2>Description</h2> 32 33<p><code>AXQuit()</code> gracefully shuts down AX. The application must first fade down volumes before calling <code>AXQuit()</code>, to prevent "pops" and other artifacts, if audio is currently playing.</p> 34 35<p>This function may put the current thread to sleep. For precautions when calling similar functions, refer to <a href="../../os/Interrupt/intro.html">Interrupts and Callback Functions</a>.</p> 36 37<h2>See Also</h2> 38<p> 39<a href="AXInit.html"><code>AXInit</code></a><br> <a href="../../os/Interrupt/intro.html">Interrupts and Callback Functions</a> 40</p> 41 42<h2>Revision History</h2> 43<P> 442007/09/13 Added information on the sleep status of threads.<br>2006/03/01 Initial version.<br> 45</P> 46 47<hr><p>CONFIDENTIAL</p></body> 48</html> 49