pub unsafe extern "C" fn svcGetProcessInfo(
out: *mut s64,
process: Handle,
type_: u32_,
) -> ResultExpand 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.