Function windows::Win32::NetworkManagement::Dhcp::DhcpAddSubnetElementV6
pub unsafe fn DhcpAddSubnetElementV6<P0>(
serveripaddress: P0,
subnetaddress: DHCP_IPV6_ADDRESS,
addelementinfo: *mut DHCP_SUBNET_ELEMENT_DATA_V6,
) -> u32where
P0: Param<PCWSTR>,