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