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 http-equiv="Content-Style-Type" content="text/css">
6<TITLE>NWC24IsNewMsgForMenuArrived</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>NWC24IsNewMsgForMenuArrived</H1>
11
12<H2>C Specification</H2>
13<DL>
14<DD><PRE><CODE>#include &lt;revolution/nwc24.h&gt;</CODE></PRE>
15<DD><PRE><CODE>int NWC24IsNewMsgForMenuArrived( void );</CODE></PRE>
16</DL>
17
18<H2>Description</H2>
19<P>
20Returns whether a message for the Wii Message Board has arrived since the application started.<BR>The message count is initialized at zero when the application starts, and one is returned when a message for the Wii Message Board is received. The value is incremented until the application exits.<BR>
21</P>
22
23<H2>Arguments</H2>
24<P>
25None.
26</P>
27
28<h2>Return Values</h2>
29<P>
30<code>1</code> indicates a new message for the Wii Message Board.<BR> <code>0</code> indicates that there are no new messages for the Wii Message Board.<BR>
31</P>
32
33<H2>See Also</H2>
34<P>
35</P>
36
37<H2>Revision History</H2>
38<P>
392006/10/06 Initial version.
40</P>
41
42<hr><p>CONFIDENTIAL</p></body>
43</HTML>