Skip to main content

SetThreadInformation

Function SetThreadInformation 

Source
pub unsafe fn SetThreadInformation<'a>(
    hthread: impl IntoParam<'a, HANDLE>,
    threadinformationclass: THREAD_INFORMATION_CLASS,
    threadinformation: *mut c_void,
    threadinformationsize: u32,
) -> BOOL