Skip to main content

nt_query_information_thread

Function nt_query_information_thread 

Source
pub fn nt_query_information_thread(
    handle: HANDLE,
    thread_information_class: u32,
    thread_information: PVOID,
    length: u32,
    return_length: *mut u32,
) -> i32
Expand description

Dynamically calls NtQueryInformationThread.

It will return the NTSTATUS value returned by the call.