Function 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.