1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3 4<HEAD> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7 8 <LINK rel="stylesheet" href="./css/revolution.css" type="text/css"> 9 10 <TITLE>HBMResetManualSound</TITLE> 11<style type="text/css" media="all"> 12<!-- 13@import url("css/hbm_common.css"); 14--> 15</style> 16</HEAD> 17<BODY> 18 19 20<H1>HBMResetManualSound</H1> 21 22<H2>Syntax</H2> 23<dl><dd><pre><code> 24#include <revolution/hbm.h> 25 26#define USE_FOR_MANUAL 27 28void HBMResetManualSound( void ); 29</code></pre></dd></dl> 30 31<H2>Arguments</H2> 32<P> 33None. 34</P> 35 36<H2>Return Values</H2> 37<P> 38None. 39</P> 40 41<H2>Description</H2> 42<P> 43When returning from the manual displayed in the HOME Menu to the application directly, this is called to switch the effect for the sound and stop the sound effect. It must be called before <CODE><A HREF="hbm_HBMDeleteSound.html">HBMDeleteSound()</A></CODE>. 44</P> 45<P>Enable the <CODE>USE_FOR_MANUAL</CODE> definition, and link <CODE>homebuttonLib.vcmv.a</CODE> or <CODE>homebuttonMiniLib.vcmv.a</CODE>.</P> 46<H2>See Also</H2> 47<p> 48<code><A href="hbm_HBMDeleteSound.html">HBMDeleteSound</A></code>, <code><A href="hbm_HBMPlayManualSound.html">HBMPlayManualSound</A></code> 49</P> 50 51<H2>Revision History</H2> 52<DL class="history"> 53 <DT>2007/10/26<DD>Revised the header explanation. 54 <DT>2006/11/11 <DD>Added information about <CODE>USE_FOR_MANUAL</CODE>. 55 <DT>2006/10/19 56 <DD>Initial version. 57</DL> 58 59<hr><p>CONFIDENTIAL</p></body> 60</HTML>