DhcpDeleteSubnetV6 function (dhcpsapi.h)

The DhcpDeleteSubnetV6 function deletes a subnet from the DHCP server.

Syntax

DWORD DHCP_API_FUNCTION DhcpDeleteSubnetV6(
  [in] LPWSTR            ServerIpAddress,
  [in] DHCP_IPV6_ADDRESS SubnetAddress,
  [in] DHCP_FORCE_FLAG   ForceFlag
);

Parameters

[in] ServerIpAddress

Pointer to a Unicode string that specifies the IP address or hostname of the DHCP server.

[in] SubnetAddress

DHCP_IPV6_ADDRESS value that contains the IP address of the subnet gateway used to identify the subnet.

[in] ForceFlag

DHCP_FORCE_FLAG enumeration value that indicates the type of delete operation to perform (full force or no force).

Return value

This function returns ERROR_SUCCESS upon a successful call. Otherwise, it returns one of the DHCP Server Management API Error Codes.

Return code Description
ERROR_INVALID_PARAMETER
The parameters were invalid.
ERROR_FILE_NOT_FOUND
The specified scope element does not exist.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header dhcpsapi.h
Library Dhcpsapi.lib
DLL Dhcpsapi.dll