Function ctru_sys::svcGetProcessId

source ·
pub unsafe extern "C" fn svcGetProcessId(
    out: *mut u32_,
    handle: Handle
) -> Result
Expand description

Gets the ID of a process.

§Arguments

  • out (direction out) - Pointer to output the process ID to.
  • handle - Handle of the process to get the ID of.