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

Gets the process ID of a thread.

§Arguments

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