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