HBMMSG_XXX Enumerators

Syntax


#include <revolution/hbm.h>

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

Value

HBMMSG_NOSAVE_WIIMENU Do not display any warnings when returning to WiiMenu. (Warnings when WiiWare games end are the same as warnings for 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

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