pub unsafe extern "C" fn APT_GetAppletManInfo(
    inpos: APT_AppletPos,
    outpos: *mut APT_AppletPos,
    req_appid: *mut NS_APPID,
    menu_appid: *mut NS_APPID,
    active_appid: *mut NS_APPID
) -> Result
Expand description

Gets applet management info.

§Arguments

  • inpos - Requested applet position.
  • outpos - Pointer to output the position of the current applet to.
  • req_appid - Pointer to output the AppID of the applet at the requested position to.
  • menu_appid - Pointer to output the HOME menu AppID to.
  • active_appid - Pointer to output the AppID of the currently active applet to.