Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_OPTION_VALUE_ARRAY
#[repr(C)]pub struct DHCP_OPTION_VALUE_ARRAY {
pub NumElements: u32,
pub Values: *mut DHCP_OPTION_VALUE,
}Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields§
§NumElements: u32§Values: *mut DHCP_OPTION_VALUE