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,
) -> ResultExpand 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.