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>HBMMSG_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>HBMMSG_XXX Enumerators</H1> 21 22<H2>Syntax</H2> 23<dl><dd><pre><code> 24#include <revolution/hbm.h> 25 26enum 27{ 28 HBMMSG_NOSAVE_WIIMENU = 1, 29 HBMMSG_NOSAVE_RESET = 2, 30 HBMMSG_NOSAVE_ALL = -1 31}; 32</code></pre></dd></dl> 33 34<H2>Value</H2> 35<TABLE class="arguments"> 36 <TR> 37 <TH>HBMMSG_NOSAVE_WIIMENU</TH> 38 <TD>Do not display any warnings when returning to <CODE>WiiMenu</CODE>. (Warnings when WiiWare games end are the same as warnings for the Wii Menu. Set this flag.)</TD> 39 </TR> 40 <TR> 41 <TH>HBMMSG_NOSAVE_RESET</TH> 42 <TD>Do not display any warnings when resetting.</TD> 43 </TR> 44 <TR> 45 <TH>HBMMSG_NOSAVE_ALL</TH> 46 <TD>Do not display any warnings.</TD> 47 </TR> 48 <TR> 49</TABLE> 50 51<H2>Description</H2> 52<P>Enumerator that sets flags to the message flag.<SPAN class="argument"></SPAN></P> 53<P>When a message file that includes a warning about saving data (<CODE>home.csv</CODE> or <CODE>network.csv</CODE>) is loaded, warnings about saving data are appended to the confirmation window that appears when <B>Wii Menu</B> or <B>Reset</B> is clicked. However, these warnings can be turned off by specifying this enumerator in the <A href="hbm_HBMDataInfo.html"><CODE>HBMDataInfo</CODE></A> structure's <CODE>messageFlag</CODE>.</P> 54<H2>See Also</H2> 55<p> 56<code><A href="hbm_HBMDataInfo.html">HBMDataInfo</A></code> 57</P> 58 59<H2>Revision History</H2> 60<DL class="history"> 61 <DT>2008/02/13<DD>Revised <B>Syntax</B> and <B>Description</B>. 62 <DT>2008/02/07<DD>Added an explanation for <CODE>HBMMSG_NOSAVE_ALL</CODE> and WiiWare. 63 <DT>2007/10/26<DD>Revised the header explanation. 64 <DT>2006/10/19<DD>Initial version. 65</DL> 66 67<hr><p>CONFIDENTIAL</p></body> 68</HTML>