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>HBMPlayManualSound</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>HBMPlayManualSound</H1> 21 22<H2>Syntax</H2> 23<dl><dd><pre><code> 24#include <revolution/hbm.h> 25 26#define USE_FOR_MANUAL 27 28void HBMPlayManualSound( int id ); 29</code></pre></dd></dl> 30 31 32<H2>Arguments</H2> 33<TABLE border="1" > 34 <tr> 35 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>id</EM></STRONG></CODE></TD> 36 <TD width="520">The value that specifies the sound effect to be played.</TD> 37 </tr> 38</TABLE> 39 40<H2>Return Values</H2> 41<P> 42None. 43</P> 44 45<H2>Description</H2> 46<P> 47This is called to play sound effects in the manual displayed by the application from the HOME Menu.<BR>Call this at the time the sound effect is played with a value of <CODE><A href="hbm_HBMSE_XXX.html">HBMSE_MANUAL_*</A></CODE> set to <SPAN class="argument">id</SPAN>. 48</P> 49<P>Enable the <CODE>USE_FOR_MANUAL</CODE> definition, and link <CODE>homebuttonLib.vcmv.a</CODE> or <CODE>homebuttonMiniLib.vcmv.a</CODE>.</P> 50<H2>See Also</H2> 51<p> 52<code><A href="hbm_HBMUpdateManualSound.html">HBMUpdateManualSound</A></code>, <code><A href="hbm_HBMSE_XXX.html">HBMSE_XXX Enumerator</A></code> 53</P> 54 55<H2>Revision History</H2> 56<DL class="history"> 57 <DT>2007/10/26<DD>Revised the header explanation. 58 <DT>2006/11/11 <DD>Added information about <CODE>USE_FOR_MANUAL</CODE>. 59 <DT>2006/10/19 <DD>Initial version. 60</DL> 61 62<hr><p>CONFIDENTIAL</p></body> 63</HTML>