Function ctru_sys::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