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>AXARTRemoveSound</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">AXARTRemoveSound</H1> 14 15<H2>C Specification</H2> 16<DL> 17<dd><pre><CODE>#include <revolution.h> 18#include <revolution/axart.h></CODE></pre> 19 </dd> 20<dd><PRE><CODE>void AXARTRemoveSound(<A href="AXART_SOUND.html">AXART_SOUND</A> *sound);</CODE></PRE> 21 22 23</DL> 24 25<H2>Arguments</H2> 26<TABLE border="1" cellpadding="3" cellspacing="0.1"> 27 <TBODY> 28 <TR> 29<TD width="120" bgcolor="#ffffe8"><STRONG><EM><FONT face="Courier New">sound</FONT></EM></STRONG> </TD> 30<TD width="520">Pointer to the user-allocated <a href="AXART_SOUND.html"><font face="Courier New">AXART_SOUND</font></a>.</TD> 31 </TR> 32 </TBODY> 33</TABLE> 34 35<h2>Return Values</h2> 36<p>None.</p> 37 38<H2>Description</H2> 39<P><font face="Courier New">AXARTRemoveSound()</font> removes an <a href="AXART_SOUND.html"><font face="Courier New">AXART_SOUND</font></a> from the AXART sound list. All articulators added to the <a href="AXART_SOUND.html"><font face="Courier New">AXART_SOUND</font></a> will then stop running.</P> 40 41<H2>See Also</H2> 42<P><FONT face="Courier New"><A href="AXARTAddSound.html">AXARTAddSound<BR></A><A href="AXARTServiceSounds.html">AXARTServiceSounds<BR></A><A href="AXART_SOUND.html">AXART_SOUND</A></FONT></P> 43 44<h2>Revision History</h2> 45<P>2006/03/01 Initial version.</P> 46 47<hr> 48<P>CONFIDENTIAL</p> 49</BODY> 50</HTML> 51