Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_OPTION_LIST
[−]#[repr(C)]pub struct DHCP_OPTION_LIST {
pub NumOptions: u32,
pub Options: *mut DHCP_OPTION_VALUE,
}Expand description
Required features: ‘Win32_NetworkManagement_Dhcp’, ‘Win32_Foundation’
Fields
NumOptions: u32Options: *mut DHCP_OPTION_VALUE