pub fn nt_query_information_thread(
handle: HANDLE,
thread_information_class: u32,
thread_information: PVOID,
length: u32,
return_length: *mut u32,
) -> i32Expand description
Dynamically calls NtQueryInformationThread.
It will return the NTSTATUS value returned by the call.