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_DEFAULT = 0, 29 HBMMSG_NOSAVE_WIIMENU = 1, 30 HBMMSG_NOSAVE_RESET = 2, 31 HBMMSG_NOSAVE_ALL = -1 32}; 33</code></pre></dd></dl> 34 35<H2>Value</H2> 36<TABLE class="arguments"> 37 <TR> 38<TH>HBMMSG_NOSAVE_DEFAULT</TH> 39<TD>Displays the exact message(s) loaded in <CODE>HBMDataInfo</CODE>'s <SPAN class="argument">msgBuf</SPAN>. (If the flag is left as <CODE>HBMMSG_NOSAVE_DEFAULT</CODE>, a warning about saving will be displayed when transitioning to the WiiWare Online Manual.)</TD> 40 </TR> 41 <TR> 42<TH>HBMMSG_NOSAVE_WIIMENU</TH> 43<TD>Do not display any warnings when returning to the Wii Menu. (The warning when transitioning to the WiiWare Online Manual is the same as when transitioning to the Wii Menu. Set this flag.)</TD> 44 </TR> 45 <TR> 46<TH>HBMMSG_NOSAVE_RESET</TH> 47<TD>Do not display any warnings when resetting.</TD> 48 </TR> 49 <TR> 50<TH>HBMMSG_NOSAVE_ALL</TH> 51<TD>Do not display any warnings.</TD> 52 </TR> 53 <TR> 54</TABLE> 55 56<H2>Description</H2> 57<P>Enumerator that sets flags to the message flag.<SPAN class="argument"></SPAN></P> 58<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> 59<H2>See Also</H2> 60<p> 61<code><A href="hbm_HBMDataInfo.html">HBMDataInfo</A></code> 62</P> 63 64<H2>Revision History</H2> 65<DL class="history"> 66<DT>2009/01/30<DD>Added <CODE>HBMMSG_NOSAVE_DEFAULT</CODE>. 67<DT>2008/02/13<DD>Revised <B>Syntax</B> and <B>Description</B>. 68<DT>2008/02/07<DD>Added an explanation for <CODE>HBMMSG_NOSAVE_ALL</CODE> and WiiWare. 69<DT>2007/10/26<DD>Revised the header explanation. 70<DT>2006/10/19<DD>Initial version. 71</DL> 72 73<hr><p>CONFIDENTIAL</p></body> 74</HTML>