Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_BOOTP_IP_RANGE
#[repr(C)]pub struct DHCP_BOOTP_IP_RANGE {
pub StartAddress: u32,
pub EndAddress: u32,
pub BootpAllocated: u32,
pub MaxBootpAllowed: u32,
}Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields§
§StartAddress: u32§EndAddress: u32§BootpAllocated: u32§MaxBootpAllowed: u32