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>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/nand.h&gt;
18
19void NANDInitBanner( NANDBanner *bnr, u32 flag, const u16 *title, const u16 *comment );
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<p>
24<TABLE class="arguments" border="1" >
25  <tr>
26<TH>bnr</TH>
27<TD>Pointer to the <a href="./NANDBanner.html"><CODE>NANDBanner</CODE></a> structure</TD>
28  </tr>
29  <tr>
30<TH>flag</TH>
31<TD>The various flags.</TD>
32  </tr>
33  <tr>
34<TH>title</TH>
35<TD>The name of the application title.</TD>
36  </tr>
37  <tr>
38<TH>comment</TH>
39<TD>Comments corresponding to the application.</TD>
40  </tr>
41</TABLE>
42</p>
43
44<H2>Description</H2>
45<p>
46This function initializes the <a href="./NANDBanner.html"><CODE>NANDBanner</CODE></a> structure. The table describes the various flags.
47<TABLE class="arguments" border="1" >
48  <tbody>
49    <tr>
50<td bgcolor="#C0C0C0" nowrap>Macro name</td>
51<td bgcolor="#C0C0C0">Description</td>
52    </tr>
53    <tr>
54<th>NAND_BANNER_FLAG_NOTCOPY</th>
55<td>This flag prohibits copying all save data</td>
56    </tr>
57    <tr>
58<th>NAND_BANNER_FLAG_ANIM_BOUNCE</th>
59<td>The constant corresponding to bounce animation.</td>
60    </tr>
61    <tr>
62<th>NAND_BANNER_FLAG_ANIM_LOOP</th>
63<td>The constant corresponding to loop animation.</td>
64    </tr>
65    <tr>
66<th>NAND_BANNER_FLAG_ANIM_MASK</th>
67<td>The animation pattern mask bit.</td>
68    </tr>
69  </tbody>
70</table>
71</p>
72
73<h2>See Also</h2>
74<p class="reference">
75<a href="./NANDBanner.html">NANDBanner</a>,
76<a href="./NANDGetIconSpeed.html">NANDGetIconSpeed</a>,
77<a href="./NANDSetIconSpeed.html">NANDSetIconSpeed</a>
78</p>
79
80<H2>Revision History</H2>
81<p>
822006/09/19 Initial version.<BR>
83</p>
84
85<hr><p>CONFIDENTIAL</p></body>
86</html>
87