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