HBMNetworkManualInfo Structure

Syntax


#ifndef USE_FOR_NETWORKMANUAL
#define USE_FOR_NETWORKMANUAL	1
#endif

#include <revolution/hbm.h>

typedef struct
{
    void*               layoutBuf;
    void*               msgBuf;
    void*               graphicBuf;
    void*               reserve;
    u16	              	width;
    u16	              	height;
    GXTexFmt            texFmt;
} HBMNetworkManualInfo;

Members

layoutBuf Sets the starting address of the region where the additional layout resources are loaded.
msgBuf Sets the starting address of the region for loading the message resource used for displaying the warning dialog before moving to the WiiWare Online Manual.
graphicBuf Sets the starting address of the texture for the WiiWare Simple Operations Guide.
reserve This is a reserved region.
width Width (in pixels) of the texture for the WiiWare Simple Operations Guide.
height Height (in pixels) of the texture for the WiiWare Simple Operations Guide.
texFmt Format of the texture for the WiiWare Simple Operations Guide.

Description

Structure that stores additional resource information for WiiWare.

See Also

HBMCreateEx

Revision History

2008/02/01
Initial version.

CONFIDENTIAL