Function NS_TerminateProcessTID

Source
pub unsafe extern "C" fn NS_TerminateProcessTID(
    titleid: u64_,
    timeout: u64_,
) -> Result
Expand description

Terminates the process with the specified titleid.

ยงArguments

  • titleid - ID of the title to terminate.
  • timeout - Timeout in nanoseconds. Pass 0 if not required.