DhcpRemoveSubnetElementV4 function (dhcpsapi.h)
The DhcpRemoveSubnetElementV4 function removes an IPv4 subnet element from an IPv4 subnet defined on the DHCPv4 server. The function extends the functionality provided by DhcpRemoveSubnetElement by allowing the specification of a subnet that contains client type (DHCP or BOOTP) information.
Syntax
DWORD DHCP_API_FUNCTION DhcpRemoveSubnetElementV4(
[in] DHCP_CONST WCHAR *ServerIpAddress,
[in] DHCP_IP_ADDRESS SubnetAddress,
[in] DHCP_CONST DHCP_SUBNET_ELEMENT_DATA_V4 *RemoveElementInfo,
[in] DHCP_FORCE_FLAG ForceFlag
);
Parameters
[in] ServerIpAddress
Unicode string that specifies the IP address or hostname of the DHCP server.
[in] SubnetAddress
DHCP_IP_ADDRESS value that specifies the IP address of the subnet gateway and uniquely identifies it.
[in] RemoveElementInfo
DHCP_SUBNET_ELEMENT_DATA_V4 structure that contains information used to find the element that will be removed from subnet specified in SubnetAddress.
[in] ForceFlag
DHCP_FORCE_FLAG enumeration value that indicates whether or not the clients affected by the removal of the subnet element should also be deleted.
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 |
---|---|
|
An error occurred while accessing the DHCP server database. |
|
The specified IPv4 subnet is not defined on the DHCP server. |
|
The specified DHCP client is a reserved client. |
|
The specified IPv4 address range either overlaps an existing IPv4 address range, or is invalid. |
|
At least one multicast IPv4 address has been leased out to a MADCAP client. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | dhcpsapi.h |
Library | Dhcpsapi.lib |
DLL | Dhcpsapi.dll |