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>HBMSEV_RET_XXX Enumerators</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>HBMSEV_RET_XXX Enumerators</H1>
21
22<H2>Syntax</H2>
23<dl><dd><pre><code>
24#include &lt;revolution/hbm.h&gt;
25
26typedef enum
27{
28    HBMSEV_RET_NONE = 0,        /* Not HBMSEV_PLAY_SOUND / Application has not played sound at HBMSEV_PLAY_SOUND */
29    HBMSEV_RET_PLAY_SOUND       /* Application has played sound at HBMSEV_PLAY_SOUND */
30};
31</code></pre></dd></dl>
32
33<H2>Value</H2>
34<TABLE class="arguments">
35    <TR>
36        <TH>HBMSEV_RET_NONE</TH>
37        <TD>Set as the return value for a sound callback function if the event does not require a sound effect, or requires one but it has not been played.</TD>
38    </TR>
39    <TR>
40        <TH>HBMSEV_RET_PLAY_SOUND</TH>
41        <TD>Set as the return value for a sound callback function when the event requires a sound effect and it has been played.</TD>
42    </TR>
43</TABLE>
44
45<H2>Description</H2>
46<P>
47Enumerators of the sound callback function return values.
48</P>
49
50<H2>See Also</H2>
51<p>
52<code><A href="hbm_HBMSoundCallback.html">HBMSoundCallback Type</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/10/06<DD>Initial version.
59</DL>
60
61<hr><p>CONFIDENTIAL</p></body>
62</HTML>