Struct windows_sys::Win32::Networking::WinSock::INET_PORT_RANGE
#[repr(C)]pub struct INET_PORT_RANGE {
pub StartPort: u16,
pub NumberOfPorts: u16,
}Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§StartPort: u16§NumberOfPorts: u16