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’, ‘Win32_Foundation’
Fields
NumElements: u32Options: *mut DHCP_OPTION