1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>tagDWCCfInfo</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left"> 15<a name=""></a> DWCCfInfo 16</h1> 17<h2>Definition</h2> 18 19<dl> 20 <dd> 21<PRE><code> 22#include <dwc.h> 23 24typedef struct tagDWCCfInfo { 25 NWC24UserId wiinumber; 26 u32 gamecode; 27} DWCCfInfo;</code></PRE></dd> 28</dl> 29<H2>Description</H2> 30<p></p><TABLE border="1" width="100%"> 31 <TBODY> 32 33 <TR> 34<TD width="13%"><EM><STRONG>wiinumber</STRONG></EM></TD> 35<TD width="87%">The partner's Wii number</TD> 36 </TR> 37 38 <TR> 39<TD width="13%"><EM><STRONG>gamecode</STRONG></EM></TD> 40<TD width="87%">The initial code of the partner's game</TD> 41 </TR> 42 43 </TBODY> 44</TABLE> 45 46<H2>Revision History</H2> 47<DL> 48 49<DT><para>1.4.10</DT> 50<DD>Initial addition.</DD> 51 52</DL> 53<hr><p>CONFIDENTIAL</p></body> 54</html> 55