Function svcOpenThread

Source
pub unsafe extern "C" fn svcOpenThread(
    thread: *mut Handle,
    process: Handle,
    threadId: u32_,
) -> Result
Expand description

Gets the handle of a thread.

ยงArguments

  • thread (direction out) - The handle of the thread
  • process - The ID of the process linked to the thread