Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_ALL_OPTIONS
#[repr(C)]pub struct DHCP_ALL_OPTIONS {
pub Flags: u32,
pub NonVendorOptions: *mut DHCP_OPTION_ARRAY,
pub NumVendorOptions: u32,
pub VendorOptions: *mut DHCP_ALL_OPTIONS_0,
}Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields§
§Flags: u32§NonVendorOptions: *mut DHCP_OPTION_ARRAY§NumVendorOptions: u32§VendorOptions: *mut DHCP_ALL_OPTIONS_0