Function windows_sys::Win32::System::Threading::GetThreadInformation
pub unsafe extern "system" fn GetThreadInformation(
hthread: HANDLE,
threadinformationclass: THREAD_INFORMATION_CLASS,
threadinformation: *mut c_void,
threadinformationsize: u32
) -> BOOLExpand description
Required features: "Win32_System_Threading", "Win32_Foundation"