#[repr(C)]pub struct DHCP_SUBNET_ELEMENT_INFO_ARRAY_V6 {
pub NumElements: u32,
pub Elements: *mut DHCP_SUBNET_ELEMENT_DATA_V6,
}Expand description
Required features: ‘Win32_NetworkManagement_Dhcp’
Fields
NumElements: u32Elements: *mut DHCP_SUBNET_ELEMENT_DATA_V6