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<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>NANDInitBanner</title> 9</head> 10 11<body> 12 13<h1>NANDInitBanner</h1> 14 15<h2>C Specification</h2> 16<dl><dd> 17<pre><code> 18#include <revolution/nand.h> 19 20void NANDInitBanner( NANDBanner *bnr, u32 flag, const u16 *title, const u16 *comment ); 21 22</code></pre> 23</dd></dl> 24 25<h2>Arguments</h2> 26<p> 27<TABLE border="1" > 28 <tr> 29<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>bnr</EM></STRONG></CODE></TD> 30<TD width="520">Pointer to the <a href="./NANDBanner.html">NANDBanner</a> structure</TD> 31 </tr> 32 <tr> 33<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>flag</EM></STRONG></CODE></TD> 34<TD width="520">The various flags.</TD> 35 </tr> 36 <tr> 37<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>title</EM></STRONG></CODE></TD> 38<TD width="520">The name of the application title.</TD> 39 </tr> 40 <tr> 41<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>comment</EM></STRONG></CODE></TD> 42<TD width="520">Comments corresponding to the application.</TD> 43 </tr> 44</TABLE> 45</p> 46 47<H2>Description</H2> 48<p> 49This function initializes the <a href="./NANDBanner.html">NANDBanner</a> structure. The table describes the various flags. 50<table> 51 <tbody> 52 <tr> 53<td bgcolor="#C0C0C0">Macro name</td> 54<td bgcolor="#C0C0C0">Description</td> 55 </tr> 56 <tr> 57<td>NAND_BANNER_FLAG_NOTCOPY</td> 58<td>This flag prohibits copying of all save data</td> 59 </tr> 60 <tr> 61<td>NAND_BANNER_FLAG_ANIM_BOUNCE</td> 62<td>The constant corresponding to bounce animation</td> 63 </tr> 64 <tr> 65<td>NAND_BANNER_FLAG_ANIM_LOOP</td> 66<td>The constant corresponding to loop animation</td> 67 </tr> 68 <tr> 69<td>NAND_BANNER_FLAG_ANIM_MASK</td> 70<td>The animation pattern mask bit.</td> 71 </tr> 72 </tbody> 73</table> 74</p> 75 76<h2>See Also</h2> 77<p> 78<code><a href="./NANDBanner.html">NANDBanner</a></code>, <code><a href="./NANDGetIconSpeed.html">NANDGetIconSpeed</a></code>, <code><a href="./NANDSetIconSpeed.html">NANDSetIconSpeed</a></code> 79</p> 80 81<H2>Revision History</H2> 82<p> 832006/09/19 Initial version. <BR> 84</p> 85 86<hr> 87<P>CONFIDENTIAL</p> 88</BODY> 89</HTML> 90