Skip to content

Latest commit

 

History

History
122 lines (104 loc) · 3.06 KB

nf-dhcpsapi-dhcpdeleteclientinfov6.md

File metadata and controls

122 lines (104 loc) · 3.06 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.DhcpDeleteClientInfoV6
DhcpDeleteClientInfoV6 function (dhcpsapi.h)
Deletes the specified DHCPv6 client address release record from the DHCPv6 server database.
DhcpDeleteClientInfoV6
DhcpDeleteClientInfoV6 function [DHCP]
dhcp.dhcpdeleteclientinfov6
dhcpsapi/DhcpDeleteClientInfoV6
dhcp\dhcpdeleteclientinfov6.htm
DHCP
ffa57208-09c4-4185-8cd9-abcf5db60f39
12/05/2018
DhcpDeleteClientInfoV6, DhcpDeleteClientInfoV6 function [DHCP], dhcp.dhcpdeleteclientinfov6, dhcpsapi/DhcpDeleteClientInfoV6
dhcpsapi.h
Windows
None supported
Windows Server 2008 R2 [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpDeleteClientInfoV6
dhcpsapi/DhcpDeleteClientInfoV6
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpDeleteClientInfoV6

DhcpDeleteClientInfoV6 function

-description

The DhcpDeleteClientInfoV6 function deletes the specified DHCPv6 client address release record from the DHCPv6 server database.

-parameters

-param ServerIpAddress [in]

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

-param ClientInfo [in]

Pointer to a DHCP_SEARCH_INFO_V6 structure that contains the key used to search for the DHCPv6 client lease record that will be deleted.

-returns

This function returns ERROR_SUCCESS upon a successful call. Otherwise, it returns one of the DHCP Server Management API Error Codes. Commonly returned error codes include:

Return code Description
ERROR_ACCESS_DENIED
This call was performed by a client who is not a member of the "DHCP Administrators" security group.
ERROR_DHCP_JET_ERROR
An error occurred while accessing the DHCP server's database.
ERROR_DHCP_RESERVEDIP_EXISTS
The specified client lease is a reservation.
ERROR_INVALID_PARAMETER
The SearchType member of DHCP_SEARCH_INFO_V6 was not set to Dhcpv6ClientIpAddress.

-see-also

DHCP_SEARCH_INFO_V6