Skip to main content

SetThreadGroupAffinity

Function SetThreadGroupAffinity 

Source
pub unsafe fn SetThreadGroupAffinity<'a>(
    hthread: impl IntoParam<'a, HANDLE>,
    groupaffinity: *const GROUP_AFFINITY,
    previousgroupaffinity: *mut GROUP_AFFINITY,
) -> BOOL