Skip to content

Latest commit

 

History

History
160 lines (116 loc) · 4.07 KB

nf-dhcpsapi-dhcpv4removepolicyrange.md

File metadata and controls

160 lines (116 loc) · 4.07 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dhcpsapi.DhcpV4RemovePolicyRange
DhcpV4RemovePolicyRange function (dhcpsapi.h)
Removes the specified IP address range from the list of IP address ranges of the policy.
DhcpV4RemovePolicyRange
DhcpV4RemovePolicyRange function [DHCP]
dhcp.dhcpv4removepolicyrange
dhcpsapi/DhcpV4RemovePolicyRange
dhcp\dhcpv4removepolicyrange.htm
DHCP
2799e869-e9dd-41de-b808-8e4c52ee9ecf
12/05/2018
DhcpV4RemovePolicyRange, DhcpV4RemovePolicyRange function [DHCP], dhcp.dhcpv4removepolicyrange, dhcpsapi/DhcpV4RemovePolicyRange
dhcpsapi.h
Windows
None supported
Windows Server 2012 [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpV4RemovePolicyRange
dhcpsapi/DhcpV4RemovePolicyRange
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpV4RemovePolicyRange

DhcpV4RemovePolicyRange function

-description

The DhcpV4RemovePolicyRange function removes the specified IP address range from the list of IP address ranges of the policy.

-parameters

-param ServerIpAddress [in, optional]

Pointer to a null-terminated Unicode string that represents the IP address or hostname of the DHCP server.

-param SubnetAddress [in]

DHCP_IP_ADDRESS structure that contains the IPv4 subnet address of the policy IP address range to remove.

-param PolicyName [in]

A null-terminated Unicode string that represents the name of the policy IP address range to remove.

-param Range [in]

A pointer to a DHCP_IP_RANGE structure that contains the policy IP address range to remove.

-returns

If the function succeeds, it returns ERROR_SUCCESS.

If the function fails, it returns one of the following or an error code from DHCP Server Management API Error Codes.

Value Meaning
ERROR_INVALID_PARAMETER
One or more of the parameters were invalid.
ERROR_DHCP_SUBNET_NOT_PRESENT
The specified IPv4 subnet does not exist.
ERROR_DHCP_POLICY_NOT_FOUND
The specified policy does not exist.
ERROR_DHCP_POLICY_RANGE_BAD
The specified policy range is not contained within the IP address range of the scope.

-see-also

DhcpV4AddPolicyRange

DhcpV4CreatePolicy

DhcpV4DeletePolicy

DhcpV4EnumPolicies

DhcpV4GetPolicy

DhcpV4QueryPolicyEnforcement

DhcpV4SetPolicy

DhcpV4SetPolicyEnforcement