1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>NA_LoadSubBanner</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11
12<H1 align="left">NA_LoadSubBanner <IMG src="../../image/BPT.gif" align=middle><IMG src="../../image/TWL.gif" align=middle></H1>
13
14<H2>Syntax</H2>
15<DL>
16  <DD>
17  <PRE><CODE>#include &lt;twl/na.h&gt;</CODE></PRE>
18  <PRE><CODE>BOOL NA_LoadSubBanner( NASubBanner *banner );</CODE></PRE>
19</DL>
20
21<H2>Arguments</H2>
22<TABLE border="1" width="100%">
23  <TBODY>
24    <TR>
25      <TD width="13%"><EM><STRONG>banner</STRONG></EM></TD>
26      <TD width="87%">Pointer to the buffer with the sub-banner to load.</TD>
27    </TR>
28  </TBODY>
29</TABLE>
30
31<H2>Return Values</H2>
32<P>
33Returns <CODE>TRUE</CODE> if processing completed successfully.<BR>The following are possible reasons for the function to fail.
34</P>
35<ul>
36<li>The sub-banner has not been set by <A href="NA_SaveSubBanner.html"><CODE>NA_SaveSubBanner</CODE></A>.
37<li>The <CODE>crc16_anime</CODE> member of the obtained sub-banner <span class="argument">banner</span> is illegal.
38<li>The application is not a NAND application.
39<li>The application has not declared the sub-banner specifications.
40<li>There are no available file handles because they are all in use.
41<li>It is running on the Nintendo DS.
42</ul>
43
44<H2>Description</H2>
45<P>
46Gets sub-banner data. You can only obtain a sub-banner that has already been created by <CODE><A href="NA_SaveSubBanner.html">NA_SaveSubBanner</A></CODE>.
47</P>
48<P>
49This function is exclusive to NAND applications. It cannot be used by card applications.
50</P>
51
52<H2>See Also</H2>
53<P>
54<CODE><A href="NA_SaveSubBanner.html">NA_SaveSubBanner</A></CODE>
55</P>
56
57<H2>Revision History</H2>
58<P>
592008/09/16 Initial version.
60</P>
61
62<hr><p>CONFIDENTIAL</p></body>
63</HTML>