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