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>NWC24MsgType</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>NWC24MsgType</H1> 11 12<H2>C Specification</H2> 13<DL> 14 <DD><PRE><CODE>#include <revolution/nwc24.h></CODE></PRE> 15 <DD><PRE><CODE>typedef enum NWC24MsgType 16{ 17 NWC24_MSGTYPE_RVL_MENU_SHARED = 0, 18 NWC24_MSGTYPE_WII_MENU_SHARED = 0, // same 19 NWC24_MSGTYPE_RVL_APP = 1, 20 NWC24_MSGTYPE_WII_APP = 1, // same 21 NWC24_MSGTYPE_RVL_MENU = 2, 22 NWC24_MSGTYPE_WII_MENU = 2, // same 23 NWC24_MSGTYPE_RVL_APP_HIDDEN = 3, 24 NWC24_MSGTYPE_WII_APP_HIDDEN = 3, // same 25 NWC24_MSGTYPE_PUBLIC = 4 26 27} NWC24MsgType; 28</CODE></PRE> 29</DL> 30 31<H2>Description</H2> 32<P> 33Used when specifying the message type. 34</P> 35<P> 36<TABLE border="1"> 37 <TR> 38<TD width="150"><CODE>NWC24_MSGTYPE_WII_APP<BR>NWC24_MSGTYPE_RVL_APP</CODE></TD> 39<TD>Messages used by the application and exchanged between Wii consoles. The content can be referenced by any application.</TD> 40 </TR> 41 <TR> 42<TD width="150"><CODE>NWC24_MSGTYPE_WII_APP_HIDDEN<BR>NWC24_MSGTYPE_RVL_APP_HIDDEN</CODE></TD> 43<TD>Messages exchanged between Wii consoles can only be opened by the relevant application.</TD> 44 </TR> 45 <TR> 46<TD width="150"><CODE>NWC24_MSGTYPE_WII_MENU<BR>NWC24_MSGTYPE_RVL_MENU</CODE></TD> 47<TD>Messages that are posted on the Wii Message Board and exchanged between Wii consoles.</TD> 48 </TR> 49 <TR> 50<TD width="150"><CODE>NWC24_MSGTYPE_WII_MENU_SHARED<BR>NWC24_MSGTYPE_RVL_MENU_SHARED</CODE></TD> 51<TD>Messages that are posted on the Wii Message Board and exchanged between Wii consoles. The contents can be referenced from any application.</TD> 52 </TR> 53 <TR> 54<TD width="150"><CODE>NWC24_MSGTYPE_PUBLIC</CODE></TD> 55<TD>Messages that are exchanged with a regular e-mail address.</TD> 56 </TR> 57</TABLE> 58</P> 59 60<H2>See Also</H2> 61<P> 62</P> 63 64<H2>Revision History</H2> 65<P> 662006/09/21 Revised the description for each type again.<BR>2006/08/29 Revised the description for each type.<BR>2006/08/01 Initial version. 67</P> 68 69<hr><p>CONFIDENTIAL</p></body> 70</HTML>