pub fn get_process_affinity_mask(
    process_handle: isize
) -> Result<(usize, usize), Error>
Expand description

Retrieves the process affinity mask for the specified process and the system affinity mask for the system. See also Microsoft Docs for this function.