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: u32EndAddress: u32BootpAllocated: u32MaxBootpAllowed: u32