Function ctru_sys::svcGetThreadId

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

Gets the ID of a thread.

§Arguments

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