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_MakeSubBannerHeader</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11
12<H1 align="left">NA_MakeSubBannerHeader <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>void NA_MakeSubBannerHeader( 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 for which a header will be created.</TD>
27    </TR>
28  </TBODY>
29</TABLE>
30
31<H2>Return Values</H2>
32<P>
33None.
34</P>
35
36<H2>Description</H2>
37<P>
38Creates a sub-banner header. This correctly sets the <CODE>header</CODE> member in the <CODE>NASubBanner</CODE> structure. Use this when you edit the <CODE>anime</CODE> member.
39</P>
40<P>
41This function is exclusive to NAND applications. It cannot be used by card applications.
42</P>
43
44<H2>See Also</H2>
45<P>
46<CODE><A href="NASubBanner.html">NASubBanner</A></CODE>
47</P>
48
49<H2>Revision History</H2>
50<P>
512008/09/16 Initial version.
52</P>
53
54<hr><p>CONFIDENTIAL</p></body>
55</HTML>