MCPcopy Create free account
hub / github.com/devkitPro/libctru / aptGetMenuAppID

Function aptGetMenuAppID

libctru/include/3ds/services/apt.h:310–315  ·  view source on GitHub ↗

* @brief Gets the menu's app ID. * @return The menu's app ID. */

Source from the content-addressed store, hash-verified

308 * @return The menu's app ID.
309 */
310static inline NS_APPID aptGetMenuAppID(void)
311{
312 NS_APPID menu_appid = APPID_NONE;
313 APT_GetAppletManInfo(APTPOS_NONE, NULL, NULL, &menu_appid, NULL);
314 return menu_appid;
315}
316
317/**
318 * @brief Gets an applet's information.

Callers 2

aptExitFunction · 0.85
aptJumpToHomeMenuFunction · 0.85

Calls 1

APT_GetAppletManInfoFunction · 0.85

Tested by

no test coverage detected