pub unsafe extern "C" fn svcGetProcessInfo(
    out: *mut s64,
    process: Handle,
    type_: u32_
) -> Result
Expand description

Gets information about a process.

§Arguments

  • out (direction out) - Pointer to output process info to.
  • process - Handle of the process to get information about.
  • type - Type of information to retreieve.