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