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