Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_SUBNET_INFO_V6
[−]#[repr(C)]pub struct DHCP_SUBNET_INFO_V6 {
pub SubnetAddress: DHCP_IPV6_ADDRESS,
pub Prefix: u32,
pub Preference: u16,
pub SubnetName: PWSTR,
pub SubnetComment: PWSTR,
pub State: u32,
pub ScopeId: u32,
}Expand description
Required features: ‘Win32_NetworkManagement_Dhcp’, ‘Win32_Foundation’
Fields
SubnetAddress: DHCP_IPV6_ADDRESSPrefix: u32Preference: u16SubnetName: PWSTRSubnetComment: PWSTRState: u32ScopeId: u32