Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_SUBNET_INFO
#[repr(C)]pub struct DHCP_SUBNET_INFO {
pub SubnetAddress: u32,
pub SubnetMask: u32,
pub SubnetName: PWSTR,
pub SubnetComment: PWSTR,
pub PrimaryHost: DHCP_HOST_INFO,
pub SubnetState: DHCP_SUBNET_STATE,
}Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields§
§SubnetAddress: u32§SubnetMask: u32§SubnetName: PWSTR§SubnetComment: PWSTR§PrimaryHost: DHCP_HOST_INFO§SubnetState: DHCP_SUBNET_STATE