1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50<title>friends</title>
51  </head>
52  <body>
53<h1>friends</h1>
54<h2>Description</h2>
55    <div class="section">
56<p>Module that handles the FRIENDS library.</p><!-- write here --></div>
57    <a name="struct" id="struct">
58<h2>Structures</h2>
59      <div class="section">
60        <table class="members">
61          <tr>
62            <th>
63<a href="../nnfriendsFriendKey/Overview.html"><CODE>nnfriendsFriendKey</CODE></a>
64            </th>
65<td>Structure for comprehensively handling users' principal IDs and local friend codes.</td>
66          </tr>
67          <tr>
68            <th>
69<a href="../nnfriendsProfile/Overview.html"><CODE>nnfriendsProfile</CODE></a>
70            </th>
71<td>Structure storing a user's profile information.</td>
72          </tr>
73          <tr>
74            <th>
75<a href="../nnfriendsMiiData/Overview.html">nnfriendsMiiData</a>
76            </th>
77<td>Structure storing the Mii data.</td>
78          </tr>
79          <tr>
80            <th>
81<a href="../nnfriendsGameMode/Overview.html"><CODE>nnfriendsGameMode</CODE></a>
82            </th>
83<td>Structure storing information about the game the local host is currently playing. This information is required for friends to join in.</td>
84          </tr>
85          <tr>
86            <th>
87<a href="../nnfriendsMyPresence/Overview.html"><CODE>nnfriendsMyPresence</CODE></a>
88            </th>
89<td>Structure storing the local user's presence information.</td>
90          </tr>
91          <tr>
92            <th>
93<a href="../nnfriendsFriendPresence/Overview.html"><CODE>nnfriendsFriendPresence</CODE></a>
94            </th>
95<td>Structure storing friend presence information.</td>
96          </tr>
97          <tr>
98            <th>
99<a href="../nnfriendsEventNotification/Overview.html"><CODE>nnfriendsEventNotification</CODE></a>
100            </th>
101<td>Structure storing notifications of changes in the local host's online state and friends' online states.</td>
102          </tr> </table>
103      </div>
104    </a> <a name="macro" id="macro">
105<h2>Macros</h2>
106      <div class="section">
107        <table class="members">
108          <tr>
109            <td width="100"> </td>
110            <th>
111<a href="../nn_friends/NN_FRIENDS_INVALID_PRINCIPAL_ID.html"><CODE>NN_FRIENDS_INVALID_PRINCIPAL_ID</CODE></a>
112            </th>
113<td>Invalid principal ID.</td>
114          </tr>
115          <tr>
116            <td width="100"> </td>
117            <th>
118<a href="../nn_friends/NN_FRIENDS_INVALID_LOCAL_FRIEND_CODE.html"><CODE>NN_FRIENDS_INVALID_LOCAL_FRIEND_CODE</CODE></a>
119            </th>
120<td>Invalid local friend code.</td>
121          </tr> </table>
122      </div>
123    </a> <a name="enum" id="enum">
124<h2>Enumerated Types</h2>
125      <div class="section">
126        <table class="members">
127          <tr>
128            <td width="100"> </td>
129            <th>
130<a href="../nn_friends/nnfriendsPlatformCode.html"><CODE>nnfriendsPlatformCode</CODE></a>
131            </th>
132<td>Enumerated type representing platform types.</td>
133          </tr>
134          <tr>
135            <td width="100"> </td>
136            <th>
137<a href="../nn_friends/nnfriendsAttributeFlag.html"><CODE>nnfriendsAttributeFlag</CODE></a>
138            </th>
139<td>Enumerated type representing friend relationships using attribute flags.</td>
140          </tr>
141          <tr>
142            <td width="100"> </td>
143            <th>
144<a href="../nn_friends/nnfriendsNotificationType.html"><CODE>nnfriendsNotificationType</CODE></a>
145            </th>
146<td>Enumerated type representing notification types.</td>
147          </tr>
148          <tr>
149            <td width="100"> </td>
150            <th>
151<a href="../nn_friends/nnfriendsNotificationMask.html">nnfriendsNotificationMask</a>
152            </th>
153<td>Enumerated type representing notification bitmasks.</td>
154          </tr> </table>
155      </div>
156    </a> <a name="typedef" id="typedef">
157<h2><CODE>typedef</CODE> Definitions</h2>
158      <div class="section">
159        <table class="members">
160          <tr>
161            <td width="100" />
162            <th>
163<a href="../nn_friends/nnfriendsPrincipalId.html"><CODE>nnfriendsPrincipalId</CODE></a>
164            </th>
165<td>Represents a principal ID.</td>
166          </tr>
167          <tr>
168            <td width="100" />
169            <th>
170<a href="../nn_friends/nnfriendsLocalFriendCode.html"><CODE>nnfriendsLocalFriendCode</CODE></a>
171            </th>
172<td>Represents a local friend code.</td>
173          </tr> </table>
174      </div>
175    </a>
176<h2>Revision History</h2>
177    <div class="section">
178      <dl class="history">
179        <dt>2010/08/16</dt>
180<dd>Initial version.<br />
181        </dd>
182      </dl>
183    </div>
184  <hr><p>CONFIDENTIAL</p></body>
185</html>