Function ctru_sys::svcGetProcessIdOfThread
source · 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 threadhandle
to.handle
- Handle of the thread.svcOpenProcess