Skip to main content

NtQueryInformationThread

Function NtQueryInformationThread 

Source
pub unsafe fn NtQueryInformationThread<'a>(
    threadhandle: impl IntoParam<'a, HANDLE>,
    threadinformationclass: THREADINFOCLASS,
    threadinformation: *mut c_void,
    threadinformationlength: u32,
    returnlength: *mut u32,
) -> Result<()>