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>HBMSelectBtnNum Enumerator Type</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>HBMSelectBtnNum Enumerator Type</H1> 21 22<H2>Syntax</H2> 23<dl><dd><pre><code> 24#include <revolution/hbm.h> 25 26typedef enum 27{ 28 HBM_SELECT_NULL = -1, 29 HBM_SELECT_HOMEBTN = 0, 30 HBM_SELECT_BTN1, 31 HBM_SELECT_BTN2, 32 HBM_SELECT_BTN3, 33 HBM_SELECT_BTN4, 34 HBM_SELECT_MAX 35} HBMSelectBtnNum; 36</code></pre></dd></dl> 37 38<H2>Value</H2> 39<TABLE border="1" > 40 <tr> 41 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>HBM_SELECT_NULL</EM></STRONG></CODE></TD> 42 <TD width="520">No button has been selected.</TD> 43 </tr> 44 <tr> 45 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>HBM_SELECT_HOMEBTN</EM></STRONG></CODE></TD> 46 <TD width="520">HOME or the <B>Close</B> bar has been selected.</TD> 47 </tr> 48 <tr> 49 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>HBM_SELECT_BTN1</EM></STRONG></CODE></TD> 50 <TD width="520">Button 1 (<B>Go to system menu</B> button) has been selected.</TD> 51 </tr> 52 <tr> 53 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>HBM_SELECT_BTN2</EM></STRONG></CODE></TD> 54 <TD width="520">Button 2 (<B>Reset</B> button) has been selected.</TD> 55 </tr> 56 <tr> 57 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>HBM_SELECT_BTN3</EM></STRONG></CODE></TD> 58 <TD width="520">Button 3 has been selected.<BR>When the manual is displayed in the application from HOME Menu, this button is used as the manual display button.<br>The HBM library's sound resources are used even while the manual is being displayed. Release these after the manual display has completed.</TD> 59 </tr> 60 <tr> 61 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>HBM_SELECT_BTN4</EM></STRONG></CODE></TD> 62 <TD width="520">Button 4 has been selected.</TD> 63 </tr> 64</TABLE> 65 66<H2>Description</H2> 67<P> 68This enumerator type indicates which button has been selected. This enumerator is used as the return value by <A href="hbm_HBMCalc.html"><CODE>HBMCalc()</CODE></A> and <A href="hbm_HBMGetSelectBtnNum.html"><CODE>HBMGetSelectBtnNum()</CODE></A>.</P> 69 70<H2>See Also</H2> 71<p> 72<code><A href="hbm_HBMCalc.html">HBMCalc</A></code>, <code><A href="hbm_HBMGetSelectBtnNum.html">HBMGetSelectBtnNum</A></code> 73</P> 74 75<H2>Revision History</H2> 76<DL class="history"> 77 <DT>2007/10/26<DD>Revised the header explanation. 78 <DT>2007/07/01<DD>Added a description for <CODE>HBM_SELECT_BTN3</CODE>. 79 <DT>2006/10/19<DD>Manual edition. 80 <DT>2006/09/25<DD>Initial version. 81</DL> 82 83<hr><p>CONFIDENTIAL</p></body> 84</HTML>