Function ctru_sys::APT_IsRegistered

source ·
pub unsafe extern "C" fn APT_IsRegistered(
    appID: NS_APPID,
    out: *mut bool
) -> Result
Expand description

Gets whether an application is registered.

§Arguments

  • appID - ID of the application.
  • out - Pointer to output the registration state to.