HBMMSG_XXX Enumerators

Syntax


#include <revolution/hbm.h>

enum
{
    HBMMSG_NOSAVE_DEFAULT   = 0,
    HBMMSG_NOSAVE_WIIMENU   = 1,
    HBMMSG_NOSAVE_RESET     = 2,
    HBMMSG_NOSAVE_ALL       = -1
};

Value

HBMMSG_NOSAVE_DEFAULT Displays the exact message(s) loaded in HBMDataInfo's msgBuf. (If the flag is left as HBMMSG_NOSAVE_DEFAULT, a warning about saving will be displayed when transitioning to the WiiWare Online Manual.)
HBMMSG_NOSAVE_WIIMENU 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.)
HBMMSG_NOSAVE_RESET Do not display any warnings when resetting.
HBMMSG_NOSAVE_ALL Do not display any warnings.

Description

Enumerator that sets flags to the message flag.

When a message file that includes a warning about saving data (home.csv or network.csv) is loaded, warnings about saving data are appended to the confirmation window that appears when Wii Menu or Reset is clicked. However, these warnings can be turned off by specifying this enumerator in the HBMDataInfo structure's messageFlag.

See Also

HBMDataInfo

Revision History

2009/01/30
Added HBMMSG_NOSAVE_DEFAULT.
2008/02/13
Revised Syntax and Description.
2008/02/07
Added an explanation for HBMMSG_NOSAVE_ALL and WiiWare.
2007/10/26
Revised the header explanation.
2006/10/19
Initial version.

CONFIDENTIAL