#[repr(C)]pub struct DHCP_OPTION_VALUE_ARRAY {
pub NumElements: u32,
pub Values: *mut DHCP_OPTION_VALUE,
}Expand description
Required features: ‘Win32_NetworkManagement_Dhcp’, ‘Win32_Foundation’
Fields
NumElements: u32Values: *mut DHCP_OPTION_VALUE