Function NIMS_IsTaskRegistered

Source
pub unsafe extern "C" fn NIMS_IsTaskRegistered(
    titleId: u64_,
    registered: *mut bool,
) -> Result
Expand description

Checks whether a background download task for the given title is registered with NIM.

ยงArguments

  • titleId - Title ID to check for.
  • registered - Whether there is a background download task registered.