Struct windows_sys::Win32::Networking::WinSock::SOCKET_PROCESSOR_AFFINITY
#[repr(C)]pub struct SOCKET_PROCESSOR_AFFINITY {
pub Processor: PROCESSOR_NUMBER,
pub NumaNodeId: u16,
pub Reserved: u16,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_System_Kernel"
Fields§
§Processor: PROCESSOR_NUMBER
§NumaNodeId: u16
§Reserved: u16