Function windows::Win32::NetworkManagement::Dhcp::DhcpV4GetAllOptionValues
pub unsafe fn DhcpV4GetAllOptionValues<P0>(
serveripaddress: P0,
flags: u32,
scopeinfo: *mut DHCP_OPTION_SCOPE_INFO,
values: *mut *mut DHCP_ALL_OPTION_VALUES_PB,
) -> u32where
P0: Param<PCWSTR>,