pub unsafe extern "C" fn APT_GetAppletInfo(
    appID: NS_APPID,
    pProgramID: *mut u64_,
    pMediaType: *mut u8_,
    pRegistered: *mut bool,
    pLoadState: *mut bool,
    pAttributes: *mut APT_AppletAttr
) -> Result
Expand description

Gets an applet’s information.

§Arguments

  • appID - AppID of the applet.
  • pProgramID - Pointer to output the program ID to.
  • pMediaType - Pointer to output the media type to.
  • pRegistered - Pointer to output the registration status to.
  • pLoadState - Pointer to output the load state to.
  • pAttributes - Pointer to output the applet atrributes to.