pub unsafe extern "C" fn svcGetProcessIdOfThread(
out: *mut u32_,
handle: Handle,
) -> ResultExpand description
Gets the process ID of a thread.
ยงArguments
out(direction out) - Pointer to output the process ID of the threadhandleto.handle- Handle of the thread.svcOpenProcess