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’, ‘Win32_Foundation’
Fields
Flags: u32NonVendorOptions: *mut DHCP_OPTION_ARRAYNumVendorOptions: u32VendorOptions: *mut DHCP_ALL_OPTIONS_0