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>NWC24FriendAddr</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>NWC24FriendAddr</H1> 11 12<H2>C Specification</H2> 13<DL> 14 <DD><PRE><CODE>#include <revolution/nwc24.h></CODE></PRE> 15 <DD><PRE><CODE>typedef union NWC24FriendAddr 16{ 17 <A HREF="NWC24UserId.html">NWC24UserId</A> wiiId; 18 char mailAddr[256]; 19} NWC24FriendAddr; 20</CODE></PRE> 21</DL> 22 23<H2>Description</H2> 24<P> 25Maintains different information according to the type of address registered. 26</P> 27<TABLE border="1" cellpadding="3" cellspacing="0.1"> 28 <TR> 29<TD width="120" bgcolor="#ffffe8"><code><em><strong>wiiId</strong></em></code></TD> 30 <TD width="520"> 31This is used when the Wii number is specified with <CODE>NWC24_FI_TYPE_WII</CODE>. The Wii number is expressed as a 16-digit decimal number and maintained in 64-bit format. 32 </TD> 33 </TR> 34 <TR> 35<TD width="120" bgcolor="#ffffe8"><code><em><strong>mailAddr</strong></em></code></TD> 36 <TD width="520"> 37This is used when a general e-mail address is specified with <CODE>NWC24_FI_TYPE_PUBLIC</CODE>. Address strings of up to 256 characters can be maintained. (including the terminating 0x00) 38 </TD> 39 </TR> 40</TABLE> 41 42<H2>See Also</H2> 43<P> 44</P> 45 46<H2>Revision History</H2> 47<P>2006/09/01 Initial version.</P> 48 49<hr><p>CONFIDENTIAL</p></body> 50</HTML>