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>HBMNetworkManualInfo Structure</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>HBMNetworkManualInfo Structure</H1> 21 22<H2>Syntax</H2> 23<dl><dd><pre><code> 24#ifndef USE_FOR_NETWORKMANUAL 25#define USE_FOR_NETWORKMANUAL 1 26#endif 27 28#include <revolution/hbm.h> 29 30typedef struct 31{ 32 void* layoutBuf; 33 void* msgBuf; 34 void* graphicBuf; 35 void* reserve; 36 u16 width; 37 u16 height; 38 GXTexFmt texFmt; 39} HBMNetworkManualInfo; 40</code></pre></dd></dl> 41 42<H2>Members</H2> 43<TABLE class="arguments"> 44 <TR> 45 <TH>layoutBuf</TH> 46 <TD>Sets the starting address of the region where the additional layout resources are loaded.</TD> 47 </TR> 48 <TR> 49 <TH>msgBuf</TH> 50 <TD>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.</TD> 51 </TR> 52 <TR> 53 <TH>graphicBuf</TH> 54 <TD>Sets the starting address of the texture for the WiiWare Simple Operations Guide.</TD> 55 </TR> 56 <TR> 57 <TH>reserve</TH> 58 <TD>This is a reserved region.<BR> 59 </TR> 60 <TR> 61 <TH>width</TH> 62 <TD>Width (in pixels) of the texture for the WiiWare Simple Operations Guide.</TD> 63 </TR> 64 <TR> 65 <TH>height</TH> 66 <TD>Height (in pixels) of the texture for the WiiWare Simple Operations Guide.</TD> 67 </TR> 68 <TR> 69 <TH>texFmt</TH> 70 <TD>Format of the texture for the WiiWare Simple Operations Guide.</TD> 71 </TR> 72</TABLE> 73 74<H2>Description</H2> 75<P> 76Structure that stores additional resource information for WiiWare. 77</P> 78 79<H2>See Also</H2> 80<p> 81<code><A href="hbm_HBMCreateEx.html">HBMCreateEx</A></code> 82</P> 83 84<H2>Revision History</H2> 85<DL class="history"> 86 <DT>2008/02/01<DD>Initial version. 87</DL> 88 89<hr><p>CONFIDENTIAL</p></body> 90</HTML>