mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-21 17:34:47 -05:00
183 lines
28 KiB
HTML
183 lines
28 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>wut: /home/runner/work/wut/wut/include/sysapp/title.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">wut<span id="projectnumber"> v1.9.1</span>
|
|
</div>
|
|
<div id="projectbrief">Wii U Toolchain</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_ad7c723d8e7c3e23b8e9a34292aad2d1.html">sysapp</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">title.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="sysapp_2title_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="preprocessor">#pragma once</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#include <<a class="code" href="wut_8h.html">wut.h</a>></span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include <<a class="code" href="mcp_8h.html">coreinit/mcp.h</a>></span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#ifdef __cplusplus</span></div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
|
|
<div class="foldopen" id="foldopen00018" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga9de106a158b21208e4b2f5d29f519d7a"> 18</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="group__sysapp__title.html#ga9de106a158b21208e4b2f5d29f519d7a">SYSTEM_APP_ID</a></div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span>{</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa6ec97dd86c5d7fff665c911c1fe802fe"> 20</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa6ec97dd86c5d7fff665c911c1fe802fe">SYSTEM_APP_ID_WII_U_MENU</a> = 0,</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aadf7d95bf35111520958998c6003f4a47"> 21</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aadf7d95bf35111520958998c6003f4a47">SYSTEM_APP_ID_SYSTEM_SETTINGS</a> = 1,</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aad7f2666324760d5339eb05583a6d1107"> 22</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aad7f2666324760d5339eb05583a6d1107">SYSTEM_APP_ID_PARENTAL_CONTROLS</a> = 2,</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa9befe8b4055346380f89e013c489ca9f"> 23</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa9befe8b4055346380f89e013c489ca9f">SYSTEM_APP_ID_USER_SETTINGS</a> = 3,</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa9948efe70f94ee2a7eda473663f024ba"> 24</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa9948efe70f94ee2a7eda473663f024ba">SYSTEM_APP_ID_MII_MAKER</a> = 4,</div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa7533443360baf9ba359a047fef62b112"> 25</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa7533443360baf9ba359a047fef62b112">SYSTEM_APP_ID_ACCOUNT_SETTINGS</a> = 5,</div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa2c136b454fb2db260dddf76109b1d960"> 26</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa2c136b454fb2db260dddf76109b1d960">SYSTEM_APP_ID_DAILY_LOG</a> = 6,</div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aae3f3a7da5263d7103f0b98c445ef4187"> 27</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aae3f3a7da5263d7103f0b98c445ef4187">SYSTEM_APP_ID_NOTIFICATIONS</a> = 7,</div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aab0143ee0f2419940989e65e47b124a75"> 28</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aab0143ee0f2419940989e65e47b124a75">SYSTEM_APP_ID_HEALTH_AND_SAFETY</a> = 8,</div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa37b896bff23ab979f4fec463ce3116a8"> 29</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa37b896bff23ab979f4fec463ce3116a8">SYSTEM_APP_ID_ELECTRONIC_MANUAL</a> = 9,</div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa4e255bef6963488802ef56464b5e30cf"> 30</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa4e255bef6963488802ef56464b5e30cf">SYSTEM_APP_ID_WIIU_CHAT</a> = 10,</div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aae386050028055020fe4c3bb1ccaa91e8"> 31</a></span> <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aae386050028055020fe4c3bb1ccaa91e8">SYSTEM_APP_ID_SOFTWARE_DATA_TRANSFER</a> = 11,</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga0938d1bbdf7629320bf57eb779d86985"> 32</a></span>} <a class="code hl_enumeration" href="group__sysapp__title.html#ga9de106a158b21208e4b2f5d29f519d7a">SYSTEM_APP_ID</a>;</div>
|
|
</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="comment">// for compatibility</span></div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><a class="code hl_define" href="wut_8h.html#a49085bf4d60ca78774cd58759861aad3">WUT_DEPRECATED</a>(<span class="stringliteral">"This enum name is misleading and incorrect. Please use SYSTEM_APP_ID_WII_U_MENU"</span>)</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga24d5d7c90465a2089a77509da5c3e44e"> 36</a></span>static const <a class="code hl_enumeration" href="group__sysapp__title.html#ga9de106a158b21208e4b2f5d29f519d7a">SYSTEM_APP_ID</a> <a class="code hl_variable" href="group__sysapp__title.html#ga24d5d7c90465a2089a77509da5c3e44e">SYSTEM_APP_ID_UPDATER</a> = <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa6ec97dd86c5d7fff665c911c1fe802fe">SYSTEM_APP_ID_WII_U_MENU</a>;</div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> </div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment">// for compatibility</span></div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><a class="code hl_define" href="wut_8h.html#a49085bf4d60ca78774cd58759861aad3">WUT_DEPRECATED</a>("This enum name is misleading and incorrect. Please use <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa6ec97dd86c5d7fff665c911c1fe802fe">SYSTEM_APP_ID_WII_U_MENU</a>")</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gad718ed82e40559a7d7814c1414f71d16"> 40</a></span>static const <a class="code hl_enumeration" href="group__sysapp__title.html#ga9de106a158b21208e4b2f5d29f519d7a">SYSTEM_APP_ID</a> <a class="code hl_variable" href="group__sysapp__title.html#gad718ed82e40559a7d7814c1414f71d16">SYSTEM_APP_ID_HOME_MENU</a> = <a class="code hl_enumvalue" href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa6ec97dd86c5d7fff665c911c1fe802fe">SYSTEM_APP_ID_WII_U_MENU</a>;</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><a class="code hl_typedef" href="wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372">BOOL</a></div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga9380615b71f7bd2dad28bec48b12b192"> 52</a></span><a class="code hl_function" href="group__sysapp__title.html#ga9380615b71f7bd2dad28bec48b12b192">SYSCheckTitleExists</a>(uint64_t TitleId);</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span>int32_t</div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga897d7edc8c28fd4145f138295e74be82"> 67</a></span><a class="code hl_function" href="group__sysapp__title.html#ga897d7edc8c28fd4145f138295e74be82">SYSGetPFIDFromTitleID</a>(uint64_t TitleId);</div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span>int32_t</div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga0fd47c17f5c12960163b3abdd3db5ffb"> 82</a></span><a class="code hl_function" href="group__sysapp__title.html#ga0fd47c17f5c12960163b3abdd3db5ffb">SYSGetUPIDFromTitleID</a>(uint64_t TitleId);</div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span>int32_t</div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga21fb66d7a1bb4180054eb9f01eeea7f1"> 91</a></span><a class="code hl_function" href="group__sysapp__title.html#ga21fb66d7a1bb4180054eb9f01eeea7f1">SYSGetCallerUPID</a>();</div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span>int32_t</div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga4bc34094bc1d8f85bcc5765167b3abfb"> 100</a></span><a class="code hl_function" href="group__sysapp__title.html#ga4bc34094bc1d8f85bcc5765167b3abfb">SYSGetCallerPFID</a>();</div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span>uint64_t</div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga6376648925bff1e594e9696990df7a83"> 107</a></span><a class="code hl_function" href="group__sysapp__title.html#ga6376648925bff1e594e9696990df7a83">_SYSGetSystemApplicationTitleId</a>(<a class="code hl_enumeration" href="group__sysapp__title.html#ga9de106a158b21208e4b2f5d29f519d7a">SYSTEM_APP_ID</a> <span class="keywordtype">id</span>);</div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> </div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span>uint64_t</div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#gadfb34a74465e1d853c55222d442003b6"> 114</a></span><a class="code hl_function" href="group__sysapp__title.html#gadfb34a74465e1d853c55222d442003b6">_SYSGetSystemApplicationTitleIdByProdArea</a>(<a class="code hl_enumeration" href="group__sysapp__title.html#ga9de106a158b21208e4b2f5d29f519d7a">SYSTEM_APP_ID</a> <span class="keywordtype">id</span>,</div>
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> <a class="code hl_enumeration" href="group__coreinit__mcp.html#ga4d8a293a663bd71df5967c7e00c31f37">MCPRegion</a> prod_area);</div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span>uint64_t</div>
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="group__sysapp__title.html#ga843c4acb839308b8fb8b6c7f7add5777"> 122</a></span><a class="code hl_function" href="group__sysapp__title.html#ga843c4acb839308b8fb8b6c7f7add5777">SYSGetCallerTitleId</a>();</div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> </div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><span class="preprocessor">#ifdef __cplusplus</span></div>
|
|
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span>}</div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> </div>
|
|
<div class="ttc" id="agroup__coreinit__mcp_html_ga4d8a293a663bd71df5967c7e00c31f37"><div class="ttname"><a href="group__coreinit__mcp.html#ga4d8a293a663bd71df5967c7e00c31f37">MCPRegion</a></div><div class="ttdeci">MCPRegion</div><div class="ttdef"><b>Definition</b> <a href="mcp_8h_source.html#l00087">mcp.h:88</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_ga0fd47c17f5c12960163b3abdd3db5ffb"><div class="ttname"><a href="group__sysapp__title.html#ga0fd47c17f5c12960163b3abdd3db5ffb">SYSGetUPIDFromTitleID</a></div><div class="ttdeci">int32_t SYSGetUPIDFromTitleID(uint64_t TitleId)</div><div class="ttdoc">Gets the PFID/UPID for a given title.</div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_ga21fb66d7a1bb4180054eb9f01eeea7f1"><div class="ttname"><a href="group__sysapp__title.html#ga21fb66d7a1bb4180054eb9f01eeea7f1">SYSGetCallerUPID</a></div><div class="ttdeci">int32_t SYSGetCallerUPID()</div><div class="ttdoc">Gets the PFID/UPID of the calling (current) application.</div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_ga24d5d7c90465a2089a77509da5c3e44e"><div class="ttname"><a href="group__sysapp__title.html#ga24d5d7c90465a2089a77509da5c3e44e">SYSTEM_APP_ID_UPDATER</a></div><div class="ttdeci">static const SYSTEM_APP_ID SYSTEM_APP_ID_UPDATER</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00036">title.h:36</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_ga4bc34094bc1d8f85bcc5765167b3abfb"><div class="ttname"><a href="group__sysapp__title.html#ga4bc34094bc1d8f85bcc5765167b3abfb">SYSGetCallerPFID</a></div><div class="ttdeci">int32_t SYSGetCallerPFID()</div><div class="ttdoc">Gets the PFID/UPID of the calling (current) application.</div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_ga6376648925bff1e594e9696990df7a83"><div class="ttname"><a href="group__sysapp__title.html#ga6376648925bff1e594e9696990df7a83">_SYSGetSystemApplicationTitleId</a></div><div class="ttdeci">uint64_t _SYSGetSystemApplicationTitleId(SYSTEM_APP_ID id)</div><div class="ttdoc">Gets the title id for a given SYSTEM_APP_ID.</div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_ga843c4acb839308b8fb8b6c7f7add5777"><div class="ttname"><a href="group__sysapp__title.html#ga843c4acb839308b8fb8b6c7f7add5777">SYSGetCallerTitleId</a></div><div class="ttdeci">uint64_t SYSGetCallerTitleId()</div><div class="ttdoc">Gets the title id of the calling (current) application.</div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_ga897d7edc8c28fd4145f138295e74be82"><div class="ttname"><a href="group__sysapp__title.html#ga897d7edc8c28fd4145f138295e74be82">SYSGetPFIDFromTitleID</a></div><div class="ttdeci">int32_t SYSGetPFIDFromTitleID(uint64_t TitleId)</div><div class="ttdoc">Gets the PFID/UPID for a given title.</div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_ga9380615b71f7bd2dad28bec48b12b192"><div class="ttname"><a href="group__sysapp__title.html#ga9380615b71f7bd2dad28bec48b12b192">SYSCheckTitleExists</a></div><div class="ttdeci">BOOL SYSCheckTitleExists(uint64_t TitleId)</div><div class="ttdoc">Check if a given title exists and is installed on the system.</div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_ga9de106a158b21208e4b2f5d29f519d7a"><div class="ttname"><a href="group__sysapp__title.html#ga9de106a158b21208e4b2f5d29f519d7a">SYSTEM_APP_ID</a></div><div class="ttdeci">SYSTEM_APP_ID</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00018">title.h:19</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gad718ed82e40559a7d7814c1414f71d16"><div class="ttname"><a href="group__sysapp__title.html#gad718ed82e40559a7d7814c1414f71d16">SYSTEM_APP_ID_HOME_MENU</a></div><div class="ttdeci">static const SYSTEM_APP_ID SYSTEM_APP_ID_HOME_MENU</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00040">title.h:40</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gadfb34a74465e1d853c55222d442003b6"><div class="ttname"><a href="group__sysapp__title.html#gadfb34a74465e1d853c55222d442003b6">_SYSGetSystemApplicationTitleIdByProdArea</a></div><div class="ttdeci">uint64_t _SYSGetSystemApplicationTitleIdByProdArea(SYSTEM_APP_ID id, MCPRegion prod_area)</div><div class="ttdoc">Gets the title id for a given SYSTEM_APP_ID in the given region.</div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aa2c136b454fb2db260dddf76109b1d960"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa2c136b454fb2db260dddf76109b1d960">SYSTEM_APP_ID_DAILY_LOG</a></div><div class="ttdeci">@ SYSTEM_APP_ID_DAILY_LOG</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00026">title.h:26</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aa37b896bff23ab979f4fec463ce3116a8"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa37b896bff23ab979f4fec463ce3116a8">SYSTEM_APP_ID_ELECTRONIC_MANUAL</a></div><div class="ttdeci">@ SYSTEM_APP_ID_ELECTRONIC_MANUAL</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00029">title.h:29</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aa4e255bef6963488802ef56464b5e30cf"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa4e255bef6963488802ef56464b5e30cf">SYSTEM_APP_ID_WIIU_CHAT</a></div><div class="ttdeci">@ SYSTEM_APP_ID_WIIU_CHAT</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00030">title.h:30</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aa6ec97dd86c5d7fff665c911c1fe802fe"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa6ec97dd86c5d7fff665c911c1fe802fe">SYSTEM_APP_ID_WII_U_MENU</a></div><div class="ttdeci">@ SYSTEM_APP_ID_WII_U_MENU</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00020">title.h:20</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aa7533443360baf9ba359a047fef62b112"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa7533443360baf9ba359a047fef62b112">SYSTEM_APP_ID_ACCOUNT_SETTINGS</a></div><div class="ttdeci">@ SYSTEM_APP_ID_ACCOUNT_SETTINGS</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00025">title.h:25</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aa9948efe70f94ee2a7eda473663f024ba"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa9948efe70f94ee2a7eda473663f024ba">SYSTEM_APP_ID_MII_MAKER</a></div><div class="ttdeci">@ SYSTEM_APP_ID_MII_MAKER</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00024">title.h:24</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aa9befe8b4055346380f89e013c489ca9f"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aa9befe8b4055346380f89e013c489ca9f">SYSTEM_APP_ID_USER_SETTINGS</a></div><div class="ttdeci">@ SYSTEM_APP_ID_USER_SETTINGS</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00023">title.h:23</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aab0143ee0f2419940989e65e47b124a75"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aab0143ee0f2419940989e65e47b124a75">SYSTEM_APP_ID_HEALTH_AND_SAFETY</a></div><div class="ttdeci">@ SYSTEM_APP_ID_HEALTH_AND_SAFETY</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00028">title.h:28</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aad7f2666324760d5339eb05583a6d1107"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aad7f2666324760d5339eb05583a6d1107">SYSTEM_APP_ID_PARENTAL_CONTROLS</a></div><div class="ttdeci">@ SYSTEM_APP_ID_PARENTAL_CONTROLS</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00022">title.h:22</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aadf7d95bf35111520958998c6003f4a47"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aadf7d95bf35111520958998c6003f4a47">SYSTEM_APP_ID_SYSTEM_SETTINGS</a></div><div class="ttdeci">@ SYSTEM_APP_ID_SYSTEM_SETTINGS</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00021">title.h:21</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aae386050028055020fe4c3bb1ccaa91e8"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aae386050028055020fe4c3bb1ccaa91e8">SYSTEM_APP_ID_SOFTWARE_DATA_TRANSFER</a></div><div class="ttdeci">@ SYSTEM_APP_ID_SOFTWARE_DATA_TRANSFER</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00031">title.h:31</a></div></div>
|
|
<div class="ttc" id="agroup__sysapp__title_html_gga9de106a158b21208e4b2f5d29f519d7aae3f3a7da5263d7103f0b98c445ef4187"><div class="ttname"><a href="group__sysapp__title.html#gga9de106a158b21208e4b2f5d29f519d7aae3f3a7da5263d7103f0b98c445ef4187">SYSTEM_APP_ID_NOTIFICATIONS</a></div><div class="ttdeci">@ SYSTEM_APP_ID_NOTIFICATIONS</div><div class="ttdef"><b>Definition</b> <a href="sysapp_2title_8h_source.html#l00027">title.h:27</a></div></div>
|
|
<div class="ttc" id="amcp_8h_html"><div class="ttname"><a href="mcp_8h.html">mcp.h</a></div></div>
|
|
<div class="ttc" id="awut_8h_html"><div class="ttname"><a href="wut_8h.html">wut.h</a></div></div>
|
|
<div class="ttc" id="awut_8h_html_a49085bf4d60ca78774cd58759861aad3"><div class="ttname"><a href="wut_8h.html#a49085bf4d60ca78774cd58759861aad3">WUT_DEPRECATED</a></div><div class="ttdeci">#define WUT_DEPRECATED(reason)</div><div class="ttdef"><b>Definition</b> <a href="wut_8h_source.html#l00016">wut.h:16</a></div></div>
|
|
<div class="ttc" id="awut__types_8h_html_a975dbe9e4396bf9e0064ce01827fa372"><div class="ttname"><a href="wut__types_8h.html#a975dbe9e4396bf9e0064ce01827fa372">BOOL</a></div><div class="ttdeci">int32_t BOOL</div><div class="ttdef"><b>Definition</b> <a href="wut__types_8h_source.html#l00007">wut_types.h:7</a></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>
|