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>AXFXChorusExpShutdown</TITLE> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META http-equiv="Content-Style-Type" content="text/css"> 9</head> 10 11<BODY> 12 13<H1 align="left">AXFXChorusExpShutdown</H1> 14 15<H2>C Specification</H2> 16<BLOCKQUOTE> 17<PRE><CODE>#include <revolution.h> 18#include <revolution/axfx.h> 19 20void AXFXChorusExpShutdown (AXFX_CHORUS_EXP *chorus);</CODE></PRE> 21</BLOCKQUOTE> 22 23<H2>Arguments</H2> 24<TABLE border="1" cellpadding="3" cellspacing="0.1"> 25 <TBODY> 26 <TR> 27<TD width="120" bgcolor="#ffffe8"><EM><STRONG><code>chorus </code></STRONG></EM></TD> 28<TD width="520">Pointer to an initialized <code>AXFX_CHORUS_EXP</code> structure.</TD> 29 </TR> 30 </TBODY> 31</TABLE> 32 33<H2>Return Values</H2> 34<P>None.</P> 35 36<H2>Description</H2> 37<P>The <code>AXFXChorusExpShutdown</code> function shuts down Chorus Expansion. This function also frees any memory allocated internally by the <code>AXFXChorusExpInit</code> and <code>AXFXChorusExpSettings</code> functions.</P> 38 39<H2>See Also</H2> 40<P> 41<code><A href="AXFX_CHORUS_EXP.html">AXFX_CHORUS_EXP</A><br> <A href="AXFXChorusExpInit.html">AXFXChorusExpInit</A><br> <A href="AXFXChorusExpSettings.html">AXFXChorusExpSettings</A><br></code> 42</P> 43 44<H2>Revision History</H2> 45<P> 462007/08/10 Initial version.<br> 47</P> 48 49<hr><p>CONFIDENTIAL</p></body> 50</HTML> 51