mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
328 lines
70 KiB
HTML
328 lines
70 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>libnx: include/switch/applets/friends_la.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">libnx<span id="projectnumber"> v4.9.0</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_42bea3d40f1f1694e41a8f3166c98108.html">switch</a></li><li class="navelem"><a class="el" href="dir_68784c92a8a0520ca3b455e73fe4da44.html">applets</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">friends_la.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="friends__la_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * @file friends_la.h</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * @brief Wrapper for using the MyPage (friends) LibraryApplet.</span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * @author yellows8</span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * @copyright libnx Authors</span></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#pragma once</span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include "../types.h"</span></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include "../services/acc.h"</span></div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include "../services/friends.h"</span></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">/// Arg type values used with \ref FriendsLaArg.</span></div>
|
|
<div class="foldopen" id="foldopen00013" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906f"> 13</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906faff52b29d5299cff88a39494da536efc4"> 14</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906faff52b29d5299cff88a39494da536efc4">FriendsLaArgType_ShowFriendList</a> = 0, <span class="comment">///< ShowFriendList. Launches the applet with the "Friend List" menu initially selected.</span></div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa409293c88deb6557f3dde8afbb546739"> 15</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa409293c88deb6557f3dde8afbb546739">FriendsLaArgType_ShowUserDetailInfo</a> = 1, <span class="comment">///< ShowUserDetailInfo</span></div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa96e1e89eca64f84e01f928655bac4cba"> 16</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa96e1e89eca64f84e01f928655bac4cba">FriendsLaArgType_StartSendingFriendRequest</a> = 2, <span class="comment">///< StartSendingFriendRequest</span></div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa195767c3eeaa280e6079e4a5416e054e"> 17</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa195767c3eeaa280e6079e4a5416e054e">FriendsLaArgType_ShowMethodsOfSendingFriendRequest</a> = 3, <span class="comment">///< ShowMethodsOfSendingFriendRequest. Launches the applet with the "Add Friend" menu initially selected.</span></div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa134366cf5f137d96cad6478aeed6883f"> 18</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa134366cf5f137d96cad6478aeed6883f">FriendsLaArgType_StartFacedFriendRequest</a> = 4, <span class="comment">///< StartFacedFriendRequest. Launches the applet where the "Search for Local Users" menu is initially shown. Returning from this menu will exit the applet.</span></div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa78e13f828dfb09b6163398d864271518"> 19</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa78e13f828dfb09b6163398d864271518">FriendsLaArgType_ShowReceivedFriendRequestList</a> = 5, <span class="comment">///< ShowReceivedFriendRequestList. Launches the applet where the "Received Friend Requests" menu is initially shown. Returning from this menu will exit the applet.</span></div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa995042066af8203e5c804f916483cde3"> 20</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa995042066af8203e5c804f916483cde3">FriendsLaArgType_ShowBlockedUserList</a> = 6, <span class="comment">///< ShowBlockedUserList. Launches the applet where the "Blocked-User List" menu is initially shown. Returning from this menu will exit the applet.</span></div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa6cb81b047b35b7749368d67d4686774b"> 21</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa6cb81b047b35b7749368d67d4686774b">FriendsLaArgType_ShowMyProfile</a> = 7, <span class="comment">///< ShowMyProfile. Launches the applet with the "Profile" menu initially selected. ShowMyProfileForHomeMenu is identical to this except for playStartupSound=true.</span></div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa956904ee1622fd768871236cf17174c4"> 22</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa956904ee1622fd768871236cf17174c4">FriendsLaArgType_StartFriendInvitation</a> = 8, <span class="comment">///< [9.0.0+] StartFriendInvitation. Launches the applet for sending online-play invites to friends, where the friends are selected via the UI.</span></div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa6659da232297c81b1deaabf38aeafef3"> 23</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa6659da232297c81b1deaabf38aeafef3">FriendsLaArgType_StartSendingFriendInvitation</a> = 9, <span class="comment">///< [9.0.0+] StartSendingFriendInvitation.</span></div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fad5e796110cc53205c87d3d211bf6dfbc"> 24</a></span> <a class="code hl_enumvalue" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fad5e796110cc53205c87d3d211bf6dfbc">FriendsLaArgType_ShowReceivedInvitationDetail</a> = 10, <span class="comment">///< [9.0.0+] ShowReceivedInvitationDetail.</span></div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span>} <a class="code hl_enumeration" href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906f">FriendsLaArgType</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="comment">/// Header for the arg struct.</span></div>
|
|
<div class="foldopen" id="foldopen00028" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="structFriendsLaArgHeader.html"> 28</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="structFriendsLaArgHeader.html#afa295235d1c36b20f36941b73ac30915"> 29</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structFriendsLaArgHeader.html#afa295235d1c36b20f36941b73ac30915">type</a>; <span class="comment">///< \ref FriendsLaArgType</span></div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="structFriendsLaArgHeader.html#aa7d58376fd225805561fee76ca2b1966"> 30</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structFriendsLaArgHeader.html#aa7d58376fd225805561fee76ca2b1966">pad</a>; <span class="comment">///< Padding.</span></div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="structFriendsLaArgHeader.html#a1386dfb24298986ff35875568c416ba5"> 31</a></span> <a class="code hl_struct" href="structAccountUid.html">AccountUid</a> <a class="code hl_variable" href="structFriendsLaArgHeader.html#a1386dfb24298986ff35875568c416ba5">uid</a>; <span class="comment">///< \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span>} <a class="code hl_struct" href="structFriendsLaArgHeader.html">FriendsLaArgHeader</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="comment">/// Common data for the arg struct, for the pre-9.0.0 types.</span></div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="comment">/// This is only set for ::FriendsLaArgType_ShowUserDetailInfo/::FriendsLaArgType_StartSendingFriendRequest, for everything else this is cleared.</span></div>
|
|
<div class="foldopen" id="foldopen00036" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="structFriendsLaArgCommonData.html"> 36</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="structFriendsLaArgCommonData.html#a709c2ac41f37d4e40d57c6ff91383e28"> 37</a></span> <a class="code hl_struct" href="structAccountNetworkServiceAccountId.html">AccountNetworkServiceAccountId</a> <a class="code hl_variable" href="structFriendsLaArgCommonData.html#a709c2ac41f37d4e40d57c6ff91383e28">id</a>; <span class="comment">///< \ref AccountNetworkServiceAccountId for the other account.</span></div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="structFriendsLaArgCommonData.html#a40b4ecee4772dcf873e5cdda5ad75ef2"> 38</a></span> <a class="code hl_struct" href="structFriendsInAppScreenName.html">FriendsInAppScreenName</a> <a class="code hl_variable" href="structFriendsLaArgCommonData.html#a40b4ecee4772dcf873e5cdda5ad75ef2">first_inAppScreenName</a>; <span class="comment">///< First InAppScreenName.</span></div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="structFriendsLaArgCommonData.html#a369b9bf291b648c8d4db3bc15f252f4a"> 39</a></span> <a class="code hl_struct" href="structFriendsInAppScreenName.html">FriendsInAppScreenName</a> <a class="code hl_variable" href="structFriendsLaArgCommonData.html#a369b9bf291b648c8d4db3bc15f252f4a">second_inAppScreenName</a>; <span class="comment">///< Second InAppScreenName.</span></div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span>} <a class="code hl_struct" href="structFriendsLaArgCommonData.html">FriendsLaArgCommonData</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment">/// Arg struct pushed for the applet input storage, for pre-9.0.0.</span></div>
|
|
<div class="foldopen" id="foldopen00043" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="structFriendsLaArgV1.html"> 43</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="structFriendsLaArgV1.html#a7b46416ede440ed564ba91a68273ad84"> 44</a></span> <a class="code hl_struct" href="structFriendsLaArgHeader.html">FriendsLaArgHeader</a> <a class="code hl_variable" href="structFriendsLaArgV1.html#a7b46416ede440ed564ba91a68273ad84">hdr</a>; <span class="comment">///< \ref FriendsLaArgHeader</span></div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="structFriendsLaArgV1.html#a54857cb61d8aa2a0fd1beaad6db48384"> 45</a></span> <a class="code hl_struct" href="structFriendsLaArgCommonData.html">FriendsLaArgCommonData</a> <a class="code hl_variable" href="structFriendsLaArgV1.html#a54857cb61d8aa2a0fd1beaad6db48384">data</a>; <span class="comment">///< \ref FriendsLaArgCommonData</span></div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span>} <a class="code hl_struct" href="structFriendsLaArgV1.html">FriendsLaArgV1</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="comment">/// Arg struct pushed for the applet input storage, for [9.0.0+].</span></div>
|
|
<div class="foldopen" id="foldopen00049" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html"> 49</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#a89367f6e820d8a36ad7aaf38e46f9cd4"> 50</a></span> <a class="code hl_struct" href="structFriendsLaArgHeader.html">FriendsLaArgHeader</a> <a class="code hl_variable" href="structFriendsLaArg.html#a89367f6e820d8a36ad7aaf38e46f9cd4">hdr</a>; <span class="comment">///< \ref FriendsLaArgHeader</span></div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">union </span>{</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#af1db7bad3735fd39131a35cf19222690"> 53</a></span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> raw[0x1090]; <span class="comment">///< Raw data.</span></div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#ad2d9e682816813494ec07e38017a56e5"> 55</a></span> <a class="code hl_struct" href="structFriendsLaArgCommonData.html">FriendsLaArgCommonData</a> <a class="code hl_variable" href="structFriendsLaArg.html#ad2d9e682816813494ec07e38017a56e5">common</a>; <span class="comment">///< \ref FriendsLaArgCommonData</span></div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#a563915ec741dbb78e33ba90f60328d94"> 58</a></span> <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> <a class="code hl_variable" href="structFriendsLaArg.html#a563915ec741dbb78e33ba90f60328d94">id_count</a>; <span class="comment">///< \ref AccountNetworkServiceAccountId count, must be 1-15.</span></div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#a4b1519f394989f7d963329e66ff10879"> 59</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structFriendsLaArg.html#a4b1519f394989f7d963329e66ff10879">pad</a>; <span class="comment">///< Padding.</span></div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#ac4ede9488f34ae16d36c75873d5ca92b"> 60</a></span> <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> <a class="code hl_variable" href="structFriendsLaArg.html#ac4ede9488f34ae16d36c75873d5ca92b">userdata_size</a>; <span class="comment">///< User-data size, must be <=0x400.</span></div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#a66a8628638bae1043525a3d7de462555"> 61</a></span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> userdata[0x400]; <span class="comment">///< Arbitrary user-data, see above size.</span></div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#aad147dd7674db9c5ca1f39e9bf767d36"> 62</a></span> <a class="code hl_struct" href="structFriendsFriendInvitationGameModeDescription.html">FriendsFriendInvitationGameModeDescription</a> <a class="code hl_variable" href="structFriendsLaArg.html#aad147dd7674db9c5ca1f39e9bf767d36">desc</a>; <span class="comment">///< \ref FriendsFriendInvitationGameModeDescription</span></div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#a9c51a53ae53bfde686d0787ef8ca9149"> 63</a></span> } start_friend_invitation; <span class="comment">///< Data for ::FriendsLaArgType_StartFriendInvitation.</span></div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> id_count; <span class="comment">///< \ref AccountNetworkServiceAccountId count, must be 1-15.</span></div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> pad; <span class="comment">///< Padding.</span></div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#a1ba3b172813b7437ac69a7cfe0fd8778"> 68</a></span> <a class="code hl_struct" href="structAccountNetworkServiceAccountId.html">AccountNetworkServiceAccountId</a> id_list[16]; <span class="comment">///< \ref AccountNetworkServiceAccountId list, see above count.</span></div>
|
|
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> userdata_size; <span class="comment">///< User-data size, must be <=0x400.</span></div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> userdata[0x400]; <span class="comment">///< Arbitrary user-data, see above size.</span></div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <a class="code hl_struct" href="structFriendsFriendInvitationGameModeDescription.html">FriendsFriendInvitationGameModeDescription</a> desc; <span class="comment">///< \ref FriendsFriendInvitationGameModeDescription</span></div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#ac19f530c202cdb5c7049011f67b18066"> 72</a></span> } start_sending_friend_invitation; <span class="comment">///< Data for ::FriendsLaArgType_StartSendingFriendInvitation.</span></div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#ade8959f6b8d21ba7201f2ec2c46bb5cb"> 75</a></span> <a class="code hl_struct" href="structFriendsFriendInvitationId.html">FriendsFriendInvitationId</a> <a class="code hl_variable" href="structFriendsLaArg.html#ade8959f6b8d21ba7201f2ec2c46bb5cb">invitation_id</a>; <span class="comment">///< \ref FriendsFriendInvitationId</span></div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#a860f678400dc83472ce8971cf119cba4"> 76</a></span> <a class="code hl_struct" href="structFriendsFriendInvitationGroupId.html">FriendsFriendInvitationGroupId</a> <a class="code hl_variable" href="structFriendsLaArg.html#a860f678400dc83472ce8971cf119cba4">invitation_group_id</a>; <span class="comment">///< \ref FriendsFriendInvitationGroupId</span></div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#a912e96cce4bf73367d65e581e1346172"> 77</a></span> } show_received_invitation_detail; <span class="comment">///< Data for ::FriendsLaArgType_ShowReceivedInvitationDetail.</span></div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="structFriendsLaArg.html#a0bdd3c8b710ab01a1857c3bd245d0ddb"> 78</a></span> } data; <span class="comment">///< Data for each \ref FriendsLaArgType.</span></div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span>} <a class="code hl_struct" href="structFriendsLaArg.html">FriendsLaArg</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_ShowFriendList, the specified input, and playStartupSound=false.</span></div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="friends__la_8h.html#af7bf1251a68e7d0e4b82945a6fbc53f6"> 85</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#af7bf1251a68e7d0e4b82945a6fbc53f6">friendsLaShowFriendList</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid);</div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_ShowUserDetailInfo, the specified input, and playStartupSound=false.</span></div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="comment"> * @param[in] id \ref AccountNetworkServiceAccountId for the user to show UserDetailInfo for.</span></div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="comment"> * @param[in] first_inAppScreenName First \ref FriendsInAppScreenName.</span></div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="comment"> * @param[in] second_inAppScreenName Second \ref FriendsInAppScreenName.</span></div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="friends__la_8h.html#a6c98df4dc8a9e474b269974f0378abab"> 94</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#a6c98df4dc8a9e474b269974f0378abab">friendsLaShowUserDetailInfo</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid, <a class="code hl_struct" href="structAccountNetworkServiceAccountId.html">AccountNetworkServiceAccountId</a> <span class="keywordtype">id</span>, <span class="keyword">const</span> <a class="code hl_struct" href="structFriendsInAppScreenName.html">FriendsInAppScreenName</a> *first_inAppScreenName, <span class="keyword">const</span> <a class="code hl_struct" href="structFriendsInAppScreenName.html">FriendsInAppScreenName</a> *second_inAppScreenName);</div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_StartSendingFriendRequest, the specified input, and playStartupSound=false. On success, this will load the output Result from the output storage.</span></div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="comment"> * @param[in] id \ref AccountNetworkServiceAccountId to send the friend request to.</span></div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="comment"> * @param[in] first_inAppScreenName First \ref FriendsInAppScreenName.</span></div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span><span class="comment"> * @param[in] second_inAppScreenName Second \ref FriendsInAppScreenName.</span></div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="friends__la_8h.html#a87ae53cad557d8192264d3d8b7d9bcaa"> 103</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#a87ae53cad557d8192264d3d8b7d9bcaa">friendsLaStartSendingFriendRequest</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid, <a class="code hl_struct" href="structAccountNetworkServiceAccountId.html">AccountNetworkServiceAccountId</a> <span class="keywordtype">id</span>, <span class="keyword">const</span> <a class="code hl_struct" href="structFriendsInAppScreenName.html">FriendsInAppScreenName</a> *first_inAppScreenName, <span class="keyword">const</span> <a class="code hl_struct" href="structFriendsInAppScreenName.html">FriendsInAppScreenName</a> *second_inAppScreenName);</div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_ShowMethodsOfSendingFriendRequest, the specified input, and playStartupSound=false.</span></div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="friends__la_8h.html#ad952e89011955db92ebadb3ef05b4de9"> 109</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#ad952e89011955db92ebadb3ef05b4de9">friendsLaShowMethodsOfSendingFriendRequest</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid);</div>
|
|
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_StartFacedFriendRequest, the specified input, and playStartupSound=false.</span></div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="friends__la_8h.html#a931cc220edf5890bdcda170ed7e798cf"> 115</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#a931cc220edf5890bdcda170ed7e798cf">friendsLaStartFacedFriendRequest</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid);</div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_ShowReceivedFriendRequestList, the specified input, and playStartupSound=false.</span></div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"><a class="line" href="friends__la_8h.html#a266a4e34d57ae6f473281fa690ddfeec"> 121</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#a266a4e34d57ae6f473281fa690ddfeec">friendsLaShowReceivedFriendRequestList</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid);</div>
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_ShowBlockedUserList, the specified input, and playStartupSound=false.</span></div>
|
|
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"><a class="line" href="friends__la_8h.html#adb1b6d51cb3f23c523c0f619fa6b1e03"> 127</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#adb1b6d51cb3f23c523c0f619fa6b1e03">friendsLaShowBlockedUserList</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid);</div>
|
|
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_ShowMyProfile, the specified input, and playStartupSound=false.</span></div>
|
|
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="friends__la_8h.html#aba5aa957613dc2423de015357efeba43"> 133</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#aba5aa957613dc2423de015357efeba43">friendsLaShowMyProfile</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid);</div>
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span><span class="comment"> * @brief Same as \ref friendsLaShowMyProfile except with playStartupSound=true.</span></div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"><a class="line" href="friends__la_8h.html#a406b7ea459747a038c30ef9faabf8856"> 139</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#a406b7ea459747a038c30ef9faabf8856">friendsLaShowMyProfileForHomeMenu</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid);</div>
|
|
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_StartFriendInvitation, the specified input, and playStartupSound=false. On success, this will load the output Result from the output storage.</span></div>
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><span class="comment"> * @note Only available on [9.0.0+].</span></div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span><span class="comment"> * @param[in] id_count \ref AccountNetworkServiceAccountId count, must be 1-15. Number of friends to invite.</span></div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="comment"> * @param[in] desc \ref FriendsFriendInvitationGameModeDescription</span></div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="comment"> * @param[in] userdata Arbitrary user-data. Can be NULL.</span></div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span><span class="comment"> * @param[in] userdata_size User-data size, must be <=0x400. Can be 0 if userdata is NULL.</span></div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"><a class="line" href="friends__la_8h.html#a0d47a8b813bad3f17b61e424d2c37d4f"> 150</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#a0d47a8b813bad3f17b61e424d2c37d4f">friendsLaStartFriendInvitation</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> id_count, <span class="keyword">const</span> <a class="code hl_struct" href="structFriendsFriendInvitationGameModeDescription.html">FriendsFriendInvitationGameModeDescription</a> *desc, <span class="keyword">const</span> <span class="keywordtype">void</span>* userdata, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> userdata_size);</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_StartSendingFriendInvitation, the specified input, and playStartupSound=false. On success, this will load the output Result from the output storage.</span></div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="comment"> * @note Only available on [9.0.0+].</span></div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="comment"> * @param[in] id_list \ref AccountNetworkServiceAccountId list.</span></div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span><span class="comment"> * @param[in] id_count Size of the id_list array in entries, must be 1-15. Number of friends to invite.</span></div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span><span class="comment"> * @param[in] desc \ref FriendsFriendInvitationGameModeDescription</span></div>
|
|
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><span class="comment"> * @param[in] userdata Arbitrary user-data. Can be NULL.</span></div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span><span class="comment"> * @param[in] userdata_size User-data size, must be <=0x400. Can be 0 if userdata is NULL.</span></div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="friends__la_8h.html#a4749fcaec4310110701dfec209661b4f"> 162</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#a4749fcaec4310110701dfec209661b4f">friendsLaStartSendingFriendInvitation</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid, <span class="keyword">const</span> <a class="code hl_struct" href="structAccountNetworkServiceAccountId.html">AccountNetworkServiceAccountId</a> *id_list, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> id_count, <span class="keyword">const</span> <a class="code hl_struct" href="structFriendsFriendInvitationGameModeDescription.html">FriendsFriendInvitationGameModeDescription</a> *desc, <span class="keyword">const</span> <span class="keywordtype">void</span>* userdata, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> userdata_size);</div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span><span class="comment">/**</span></div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span><span class="comment"> * @brief Launches the applet with ::FriendsLaArgType_ShowReceivedInvitationDetail, the specified input, and playStartupSound=false.</span></div>
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span><span class="comment"> * @note Only available on [9.0.0+].</span></div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span><span class="comment"> * @param[in] uid \ref AccountUid</span></div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span><span class="comment"> * @param[in] invitation_id \ref FriendsFriendInvitationId</span></div>
|
|
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span><span class="comment"> * @param[in] invitation_group_id \ref FriendsFriendInvitationGroupId</span></div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="friends__la_8h.html#aa10a46e495ad1b1ffc86a298c30b7cf2"> 171</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="friends__la_8h.html#aa10a46e495ad1b1ffc86a298c30b7cf2">friendsLaShowReceivedInvitationDetail</a>(<a class="code hl_struct" href="structAccountUid.html">AccountUid</a> uid, <a class="code hl_struct" href="structFriendsFriendInvitationId.html">FriendsFriendInvitationId</a> invitation_id, <a class="code hl_struct" href="structFriendsFriendInvitationGroupId.html">FriendsFriendInvitationGroupId</a> invitation_group_id);</div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> </div>
|
|
<div class="ttc" id="afriends__la_8h_html_a0d47a8b813bad3f17b61e424d2c37d4f"><div class="ttname"><a href="friends__la_8h.html#a0d47a8b813bad3f17b61e424d2c37d4f">friendsLaStartFriendInvitation</a></div><div class="ttdeci">Result friendsLaStartFriendInvitation(AccountUid uid, s32 id_count, const FriendsFriendInvitationGameModeDescription *desc, const void *userdata, u64 userdata_size)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_StartFriendInvitation, the specified input,...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_a266a4e34d57ae6f473281fa690ddfeec"><div class="ttname"><a href="friends__la_8h.html#a266a4e34d57ae6f473281fa690ddfeec">friendsLaShowReceivedFriendRequestList</a></div><div class="ttdeci">Result friendsLaShowReceivedFriendRequestList(AccountUid uid)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_ShowReceivedFriendRequestList, the specified input,...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_a406b7ea459747a038c30ef9faabf8856"><div class="ttname"><a href="friends__la_8h.html#a406b7ea459747a038c30ef9faabf8856">friendsLaShowMyProfileForHomeMenu</a></div><div class="ttdeci">Result friendsLaShowMyProfileForHomeMenu(AccountUid uid)</div><div class="ttdoc">Same as friendsLaShowMyProfile except with playStartupSound=true.</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_a4749fcaec4310110701dfec209661b4f"><div class="ttname"><a href="friends__la_8h.html#a4749fcaec4310110701dfec209661b4f">friendsLaStartSendingFriendInvitation</a></div><div class="ttdeci">Result friendsLaStartSendingFriendInvitation(AccountUid uid, const AccountNetworkServiceAccountId *id_list, s32 id_count, const FriendsFriendInvitationGameModeDescription *desc, const void *userdata, u64 userdata_size)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_StartSendingFriendInvitation, the specified input,...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_a6c98df4dc8a9e474b269974f0378abab"><div class="ttname"><a href="friends__la_8h.html#a6c98df4dc8a9e474b269974f0378abab">friendsLaShowUserDetailInfo</a></div><div class="ttdeci">Result friendsLaShowUserDetailInfo(AccountUid uid, AccountNetworkServiceAccountId id, const FriendsInAppScreenName *first_inAppScreenName, const FriendsInAppScreenName *second_inAppScreenName)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_ShowUserDetailInfo, the specified input,...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_a87ae53cad557d8192264d3d8b7d9bcaa"><div class="ttname"><a href="friends__la_8h.html#a87ae53cad557d8192264d3d8b7d9bcaa">friendsLaStartSendingFriendRequest</a></div><div class="ttdeci">Result friendsLaStartSendingFriendRequest(AccountUid uid, AccountNetworkServiceAccountId id, const FriendsInAppScreenName *first_inAppScreenName, const FriendsInAppScreenName *second_inAppScreenName)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_StartSendingFriendRequest, the specified input,...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_a931cc220edf5890bdcda170ed7e798cf"><div class="ttname"><a href="friends__la_8h.html#a931cc220edf5890bdcda170ed7e798cf">friendsLaStartFacedFriendRequest</a></div><div class="ttdeci">Result friendsLaStartFacedFriendRequest(AccountUid uid)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_StartFacedFriendRequest, the specified input,...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_aa10a46e495ad1b1ffc86a298c30b7cf2"><div class="ttname"><a href="friends__la_8h.html#aa10a46e495ad1b1ffc86a298c30b7cf2">friendsLaShowReceivedInvitationDetail</a></div><div class="ttdeci">Result friendsLaShowReceivedInvitationDetail(AccountUid uid, FriendsFriendInvitationId invitation_id, FriendsFriendInvitationGroupId invitation_group_id)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_ShowReceivedInvitationDetail, the specified input,...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_aba5aa957613dc2423de015357efeba43"><div class="ttname"><a href="friends__la_8h.html#aba5aa957613dc2423de015357efeba43">friendsLaShowMyProfile</a></div><div class="ttdeci">Result friendsLaShowMyProfile(AccountUid uid)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_ShowMyProfile, the specified input, and playStartupSound=fa...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906f"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906f">FriendsLaArgType</a></div><div class="ttdeci">FriendsLaArgType</div><div class="ttdoc">Arg type values used with FriendsLaArg.</div><div class="ttdef"><b>Definition</b> friends_la.h:13</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fa134366cf5f137d96cad6478aeed6883f"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa134366cf5f137d96cad6478aeed6883f">FriendsLaArgType_StartFacedFriendRequest</a></div><div class="ttdeci">@ FriendsLaArgType_StartFacedFriendRequest</div><div class="ttdoc">StartFacedFriendRequest. Launches the applet where the "Search for Local Users" menu is initially sho...</div><div class="ttdef"><b>Definition</b> friends_la.h:18</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fa195767c3eeaa280e6079e4a5416e054e"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa195767c3eeaa280e6079e4a5416e054e">FriendsLaArgType_ShowMethodsOfSendingFriendRequest</a></div><div class="ttdeci">@ FriendsLaArgType_ShowMethodsOfSendingFriendRequest</div><div class="ttdoc">ShowMethodsOfSendingFriendRequest. Launches the applet with the "Add Friend" menu initially selected.</div><div class="ttdef"><b>Definition</b> friends_la.h:17</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fa409293c88deb6557f3dde8afbb546739"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa409293c88deb6557f3dde8afbb546739">FriendsLaArgType_ShowUserDetailInfo</a></div><div class="ttdeci">@ FriendsLaArgType_ShowUserDetailInfo</div><div class="ttdoc">ShowUserDetailInfo.</div><div class="ttdef"><b>Definition</b> friends_la.h:15</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fa6659da232297c81b1deaabf38aeafef3"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa6659da232297c81b1deaabf38aeafef3">FriendsLaArgType_StartSendingFriendInvitation</a></div><div class="ttdeci">@ FriendsLaArgType_StartSendingFriendInvitation</div><div class="ttdoc">[9.0.0+] StartSendingFriendInvitation.</div><div class="ttdef"><b>Definition</b> friends_la.h:23</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fa6cb81b047b35b7749368d67d4686774b"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa6cb81b047b35b7749368d67d4686774b">FriendsLaArgType_ShowMyProfile</a></div><div class="ttdeci">@ FriendsLaArgType_ShowMyProfile</div><div class="ttdoc">ShowMyProfile. Launches the applet with the "Profile" menu initially selected. ShowMyProfileForHomeMe...</div><div class="ttdef"><b>Definition</b> friends_la.h:21</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fa78e13f828dfb09b6163398d864271518"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa78e13f828dfb09b6163398d864271518">FriendsLaArgType_ShowReceivedFriendRequestList</a></div><div class="ttdeci">@ FriendsLaArgType_ShowReceivedFriendRequestList</div><div class="ttdoc">ShowReceivedFriendRequestList. Launches the applet where the "Received Friend Requests" menu is initi...</div><div class="ttdef"><b>Definition</b> friends_la.h:19</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fa956904ee1622fd768871236cf17174c4"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa956904ee1622fd768871236cf17174c4">FriendsLaArgType_StartFriendInvitation</a></div><div class="ttdeci">@ FriendsLaArgType_StartFriendInvitation</div><div class="ttdoc">[9.0.0+] StartFriendInvitation. Launches the applet for sending online-play invites to friends,...</div><div class="ttdef"><b>Definition</b> friends_la.h:22</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fa96e1e89eca64f84e01f928655bac4cba"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa96e1e89eca64f84e01f928655bac4cba">FriendsLaArgType_StartSendingFriendRequest</a></div><div class="ttdeci">@ FriendsLaArgType_StartSendingFriendRequest</div><div class="ttdoc">StartSendingFriendRequest.</div><div class="ttdef"><b>Definition</b> friends_la.h:16</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fa995042066af8203e5c804f916483cde3"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fa995042066af8203e5c804f916483cde3">FriendsLaArgType_ShowBlockedUserList</a></div><div class="ttdeci">@ FriendsLaArgType_ShowBlockedUserList</div><div class="ttdoc">ShowBlockedUserList. Launches the applet where the "Blocked-User List" menu is initially shown....</div><div class="ttdef"><b>Definition</b> friends_la.h:20</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906fad5e796110cc53205c87d3d211bf6dfbc"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906fad5e796110cc53205c87d3d211bf6dfbc">FriendsLaArgType_ShowReceivedInvitationDetail</a></div><div class="ttdeci">@ FriendsLaArgType_ShowReceivedInvitationDetail</div><div class="ttdoc">[9.0.0+] ShowReceivedInvitationDetail.</div><div class="ttdef"><b>Definition</b> friends_la.h:24</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad806e016ac428f689b2f55cb268a906faff52b29d5299cff88a39494da536efc4"><div class="ttname"><a href="friends__la_8h.html#ad806e016ac428f689b2f55cb268a906faff52b29d5299cff88a39494da536efc4">FriendsLaArgType_ShowFriendList</a></div><div class="ttdeci">@ FriendsLaArgType_ShowFriendList</div><div class="ttdoc">ShowFriendList. Launches the applet with the "Friend List" menu initially selected.</div><div class="ttdef"><b>Definition</b> friends_la.h:14</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_ad952e89011955db92ebadb3ef05b4de9"><div class="ttname"><a href="friends__la_8h.html#ad952e89011955db92ebadb3ef05b4de9">friendsLaShowMethodsOfSendingFriendRequest</a></div><div class="ttdeci">Result friendsLaShowMethodsOfSendingFriendRequest(AccountUid uid)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_ShowMethodsOfSendingFriendRequest, the specified input,...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_adb1b6d51cb3f23c523c0f619fa6b1e03"><div class="ttname"><a href="friends__la_8h.html#adb1b6d51cb3f23c523c0f619fa6b1e03">friendsLaShowBlockedUserList</a></div><div class="ttdeci">Result friendsLaShowBlockedUserList(AccountUid uid)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_ShowBlockedUserList, the specified input,...</div></div>
|
|
<div class="ttc" id="afriends__la_8h_html_af7bf1251a68e7d0e4b82945a6fbc53f6"><div class="ttname"><a href="friends__la_8h.html#af7bf1251a68e7d0e4b82945a6fbc53f6">friendsLaShowFriendList</a></div><div class="ttdeci">Result friendsLaShowFriendList(AccountUid uid)</div><div class="ttdoc">Launches the applet with FriendsLaArgType_ShowFriendList, the specified input, and playStartupSound=f...</div></div>
|
|
<div class="ttc" id="astructAccountNetworkServiceAccountId_html"><div class="ttname"><a href="structAccountNetworkServiceAccountId.html">AccountNetworkServiceAccountId</a></div><div class="ttdoc">NetworkServiceAccountId.</div><div class="ttdef"><b>Definition</b> acc.h:47</div></div>
|
|
<div class="ttc" id="astructAccountUid_html"><div class="ttname"><a href="structAccountUid.html">AccountUid</a></div><div class="ttdoc">Account UserId.</div><div class="ttdef"><b>Definition</b> acc.h:25</div></div>
|
|
<div class="ttc" id="astructFriendsFriendInvitationGameModeDescription_html"><div class="ttname"><a href="structFriendsFriendInvitationGameModeDescription.html">FriendsFriendInvitationGameModeDescription</a></div><div class="ttdoc">FriendInvitationGameModeDescription.</div><div class="ttdef"><b>Definition</b> friends.h:29</div></div>
|
|
<div class="ttc" id="astructFriendsFriendInvitationGroupId_html"><div class="ttname"><a href="structFriendsFriendInvitationGroupId.html">FriendsFriendInvitationGroupId</a></div><div class="ttdoc">FriendInvitationGroupId.</div><div class="ttdef"><b>Definition</b> friends.h:39</div></div>
|
|
<div class="ttc" id="astructFriendsFriendInvitationId_html"><div class="ttname"><a href="structFriendsFriendInvitationId.html">FriendsFriendInvitationId</a></div><div class="ttdoc">FriendInvitationId.</div><div class="ttdef"><b>Definition</b> friends.h:34</div></div>
|
|
<div class="ttc" id="astructFriendsInAppScreenName_html"><div class="ttname"><a href="structFriendsInAppScreenName.html">FriendsInAppScreenName</a></div><div class="ttdoc">InAppScreenName.</div><div class="ttdef"><b>Definition</b> friends.h:23</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgCommonData_html"><div class="ttname"><a href="structFriendsLaArgCommonData.html">FriendsLaArgCommonData</a></div><div class="ttdoc">Common data for the arg struct, for the pre-9.0.0 types.</div><div class="ttdef"><b>Definition</b> friends_la.h:36</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgCommonData_html_a369b9bf291b648c8d4db3bc15f252f4a"><div class="ttname"><a href="structFriendsLaArgCommonData.html#a369b9bf291b648c8d4db3bc15f252f4a">FriendsLaArgCommonData::second_inAppScreenName</a></div><div class="ttdeci">FriendsInAppScreenName second_inAppScreenName</div><div class="ttdoc">Second InAppScreenName.</div><div class="ttdef"><b>Definition</b> friends_la.h:39</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgCommonData_html_a40b4ecee4772dcf873e5cdda5ad75ef2"><div class="ttname"><a href="structFriendsLaArgCommonData.html#a40b4ecee4772dcf873e5cdda5ad75ef2">FriendsLaArgCommonData::first_inAppScreenName</a></div><div class="ttdeci">FriendsInAppScreenName first_inAppScreenName</div><div class="ttdoc">First InAppScreenName.</div><div class="ttdef"><b>Definition</b> friends_la.h:38</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgCommonData_html_a709c2ac41f37d4e40d57c6ff91383e28"><div class="ttname"><a href="structFriendsLaArgCommonData.html#a709c2ac41f37d4e40d57c6ff91383e28">FriendsLaArgCommonData::id</a></div><div class="ttdeci">AccountNetworkServiceAccountId id</div><div class="ttdoc">AccountNetworkServiceAccountId for the other account.</div><div class="ttdef"><b>Definition</b> friends_la.h:37</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgHeader_html"><div class="ttname"><a href="structFriendsLaArgHeader.html">FriendsLaArgHeader</a></div><div class="ttdoc">Header for the arg struct.</div><div class="ttdef"><b>Definition</b> friends_la.h:28</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgHeader_html_a1386dfb24298986ff35875568c416ba5"><div class="ttname"><a href="structFriendsLaArgHeader.html#a1386dfb24298986ff35875568c416ba5">FriendsLaArgHeader::uid</a></div><div class="ttdeci">AccountUid uid</div><div class="ttdoc">AccountUid</div><div class="ttdef"><b>Definition</b> friends_la.h:31</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgHeader_html_aa7d58376fd225805561fee76ca2b1966"><div class="ttname"><a href="structFriendsLaArgHeader.html#aa7d58376fd225805561fee76ca2b1966">FriendsLaArgHeader::pad</a></div><div class="ttdeci">u32 pad</div><div class="ttdoc">Padding.</div><div class="ttdef"><b>Definition</b> friends_la.h:30</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgHeader_html_afa295235d1c36b20f36941b73ac30915"><div class="ttname"><a href="structFriendsLaArgHeader.html#afa295235d1c36b20f36941b73ac30915">FriendsLaArgHeader::type</a></div><div class="ttdeci">u32 type</div><div class="ttdoc">FriendsLaArgType</div><div class="ttdef"><b>Definition</b> friends_la.h:29</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgV1_html"><div class="ttname"><a href="structFriendsLaArgV1.html">FriendsLaArgV1</a></div><div class="ttdoc">Arg struct pushed for the applet input storage, for pre-9.0.0.</div><div class="ttdef"><b>Definition</b> friends_la.h:43</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgV1_html_a54857cb61d8aa2a0fd1beaad6db48384"><div class="ttname"><a href="structFriendsLaArgV1.html#a54857cb61d8aa2a0fd1beaad6db48384">FriendsLaArgV1::data</a></div><div class="ttdeci">FriendsLaArgCommonData data</div><div class="ttdoc">FriendsLaArgCommonData</div><div class="ttdef"><b>Definition</b> friends_la.h:45</div></div>
|
|
<div class="ttc" id="astructFriendsLaArgV1_html_a7b46416ede440ed564ba91a68273ad84"><div class="ttname"><a href="structFriendsLaArgV1.html#a7b46416ede440ed564ba91a68273ad84">FriendsLaArgV1::hdr</a></div><div class="ttdeci">FriendsLaArgHeader hdr</div><div class="ttdoc">FriendsLaArgHeader</div><div class="ttdef"><b>Definition</b> friends_la.h:44</div></div>
|
|
<div class="ttc" id="astructFriendsLaArg_html"><div class="ttname"><a href="structFriendsLaArg.html">FriendsLaArg</a></div><div class="ttdoc">Arg struct pushed for the applet input storage, for [9.0.0+].</div><div class="ttdef"><b>Definition</b> friends_la.h:49</div></div>
|
|
<div class="ttc" id="astructFriendsLaArg_html_a4b1519f394989f7d963329e66ff10879"><div class="ttname"><a href="structFriendsLaArg.html#a4b1519f394989f7d963329e66ff10879">FriendsLaArg::pad</a></div><div class="ttdeci">u32 pad</div><div class="ttdoc">Padding.</div><div class="ttdef"><b>Definition</b> friends_la.h:59</div></div>
|
|
<div class="ttc" id="astructFriendsLaArg_html_a563915ec741dbb78e33ba90f60328d94"><div class="ttname"><a href="structFriendsLaArg.html#a563915ec741dbb78e33ba90f60328d94">FriendsLaArg::id_count</a></div><div class="ttdeci">s32 id_count</div><div class="ttdoc">AccountNetworkServiceAccountId count, must be 1-15.</div><div class="ttdef"><b>Definition</b> friends_la.h:58</div></div>
|
|
<div class="ttc" id="astructFriendsLaArg_html_a860f678400dc83472ce8971cf119cba4"><div class="ttname"><a href="structFriendsLaArg.html#a860f678400dc83472ce8971cf119cba4">FriendsLaArg::invitation_group_id</a></div><div class="ttdeci">FriendsFriendInvitationGroupId invitation_group_id</div><div class="ttdoc">FriendsFriendInvitationGroupId</div><div class="ttdef"><b>Definition</b> friends_la.h:76</div></div>
|
|
<div class="ttc" id="astructFriendsLaArg_html_a89367f6e820d8a36ad7aaf38e46f9cd4"><div class="ttname"><a href="structFriendsLaArg.html#a89367f6e820d8a36ad7aaf38e46f9cd4">FriendsLaArg::hdr</a></div><div class="ttdeci">FriendsLaArgHeader hdr</div><div class="ttdoc">FriendsLaArgHeader</div><div class="ttdef"><b>Definition</b> friends_la.h:50</div></div>
|
|
<div class="ttc" id="astructFriendsLaArg_html_aad147dd7674db9c5ca1f39e9bf767d36"><div class="ttname"><a href="structFriendsLaArg.html#aad147dd7674db9c5ca1f39e9bf767d36">FriendsLaArg::desc</a></div><div class="ttdeci">FriendsFriendInvitationGameModeDescription desc</div><div class="ttdoc">FriendsFriendInvitationGameModeDescription</div><div class="ttdef"><b>Definition</b> friends_la.h:62</div></div>
|
|
<div class="ttc" id="astructFriendsLaArg_html_ac4ede9488f34ae16d36c75873d5ca92b"><div class="ttname"><a href="structFriendsLaArg.html#ac4ede9488f34ae16d36c75873d5ca92b">FriendsLaArg::userdata_size</a></div><div class="ttdeci">u64 userdata_size</div><div class="ttdoc">User-data size, must be <=0x400.</div><div class="ttdef"><b>Definition</b> friends_la.h:60</div></div>
|
|
<div class="ttc" id="astructFriendsLaArg_html_ad2d9e682816813494ec07e38017a56e5"><div class="ttname"><a href="structFriendsLaArg.html#ad2d9e682816813494ec07e38017a56e5">FriendsLaArg::common</a></div><div class="ttdeci">FriendsLaArgCommonData common</div><div class="ttdoc">FriendsLaArgCommonData</div><div class="ttdef"><b>Definition</b> friends_la.h:55</div></div>
|
|
<div class="ttc" id="astructFriendsLaArg_html_ade8959f6b8d21ba7201f2ec2c46bb5cb"><div class="ttname"><a href="structFriendsLaArg.html#ade8959f6b8d21ba7201f2ec2c46bb5cb">FriendsLaArg::invitation_id</a></div><div class="ttdeci">FriendsFriendInvitationId invitation_id</div><div class="ttdoc">FriendsFriendInvitationId</div><div class="ttdef"><b>Definition</b> friends_la.h:75</div></div>
|
|
<div class="ttc" id="atypes_8h_html_a3f7e2bcbb0b4c338f3c4f6c937cd4234"><div class="ttname"><a href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a></div><div class="ttdeci">uint64_t u64</div><div class="ttdoc">64-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:22</div></div>
|
|
<div class="ttc" id="atypes_8h_html_a92c50087ca0e64fa93fc59402c55f8ca"><div class="ttname"><a href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a></div><div class="ttdeci">uint8_t u8</div><div class="ttdoc">8-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:19</div></div>
|
|
<div class="ttc" id="atypes_8h_html_ad1be2721625a17f1be47fac918032afe"><div class="ttname"><a href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a></div><div class="ttdeci">u32 Result</div><div class="ttdoc">Function error code result type.</div><div class="ttdef"><b>Definition</b> types.h:44</div></div>
|
|
<div class="ttc" id="atypes_8h_html_ae9b1af5c037e57a98884758875d3a7c4"><div class="ttname"><a href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a></div><div class="ttdeci">int32_t s32</div><div class="ttdoc">32-bit signed integer.</div><div class="ttdef"><b>Definition</b> types.h:27</div></div>
|
|
<div class="ttc" id="atypes_8h_html_afaa62991928fb9fb18ff0db62a040aba"><div class="ttname"><a href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a></div><div class="ttdeci">uint32_t u32</div><div class="ttdoc">32-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:21</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|