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<title>GetFriendScreenName</title>
8  </head>
9  <body>
10<h1><CODE>nn::friends::CTR::GetFriendScreenName</CODE> Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14<a href="../../../nn/Result/Overview.html">Result</a> GetFriendScreenName(
15     char16(*) pScreenNameList[SCREEN_NAME_SIZE],
16     const <a href="../../../nnfriendsFriendKey/Overview.html">FriendKey</a> * pFriendKeyList,
17     size_t size = 1,
18     bool replaceForeignCharacters = true,
19     u8 * pFontRegionList = NULL
20);
21
22<a href="../../../nn/Result/Overview.html">Result</a> GetFriendScreenName(
23     char16(*) pScreenNameList[SCREEN_NAME_SIZE],
24     const <a href="../../../nn/friends/CTR/PrincipalId.html">PrincipalId</a> * pPrincipalIdList,
25     size_t size = 1,
26     bool replaceForeignCharacters = true,
27     u8 * pFontRegionList = NULL
28);
29</pre>
30    </div>
31<h2>List of Overloaded Member Functions</h2>
32    <div class="section">
33      <table class="members">
34        <tr>
35          <td>
36<a href="./GetFriendScreenName(0).html">GetFriendScreenName ( char16(*), const FriendKey *, size_t, bool, u8 * ) </a>
37          </td>
38<td>Gets a list of friend screen names.</td>
39        </tr>
40        <tr>
41          <td>
42<a href="./GetFriendScreenName(1).html">GetFriendScreenName ( char16(*), const PrincipalId *, size_t, bool, u8 * ) </a>
43          </td>
44<td>Gets a list of friend screen names.</td>
45        </tr> </table>
46    </div>
47<h2>Description of GetFriendScreenName ( char16(*), const FriendKey *, size_t, bool, u8 * )</h2>
48<div class="section"><p>By calling this function, you can get the name of a friend's Mii character directly without using the Mii library. Even if you have not yet established a friend relationship with this person and cannot get his or her Mii character, the display name that you have tentatively registered is obtained.<br /><br />The actual name of a friend's Mii character is obtained even when it is in the blacklist, but the obtained name is replaced with &quot;???&quot; if it contains profanity.<br /><br />Returns a blank screen name if there is no friend corresponding to the key passed in the arguments.</p></div>
49<h2>Description of GetFriendScreenName ( char16(*), const PrincipalId *, size_t, bool, u8 * )</h2>
50<div class="section"><p>By calling this function, you can get the name of a friend's Mii character directly without using the Mii library. Even if you have not yet established a friend relationship with this person and cannot get his or her Mii character, the display name that you have tentatively registered is obtained.<br /><br />The actual name of a friend's Mii character is obtained even when it is in the blacklist, but the obtained name is replaced with &quot;???&quot; if it contains profanity.<br /><br /> Returns a blank screen name if there is no friend corresponding to the key passed in the arguments.</p></div>
51  <hr><p>CONFIDENTIAL</p></body>
52</html>