DhcpRemoveSubnetElementV5

[DllImport("dhcpsapi.dll", SetLastError = true)]
public static extern uint DhcpRemoveSubnetElementV5(
   IntPtr ServerIpAddress,
   uint SubnetAddress,
   ref DHCP_SUBNET_ELEMENT_DATA_V5 RemoveElementInfo
);

Microsoft documentation: Link

Last updated