Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 2.64 KB

nf-dhcpsapi-dhcpdeleteclientinfo.md

File metadata and controls

79 lines (61 loc) · 2.64 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.DhcpDeleteClientInfo
DhcpDeleteClientInfo function (dhcpsapi.h)
The DhcpDeleteClientInfo function deletes a client information record from the DHCP server.
DhcpDeleteClientInfo
DhcpDeleteClientInfo function [DHCP]
dhcp.dhcpdeleteclientinfo
dhcpsapi/DhcpDeleteClientInfo
dhcp\dhcpdeleteclientinfo.htm
DHCP
abbf4843-2a4f-4d09-9a21-33587ad0d3e8
12/05/2018
DhcpDeleteClientInfo, DhcpDeleteClientInfo function [DHCP], dhcp.dhcpdeleteclientinfo, dhcpsapi/DhcpDeleteClientInfo
dhcpsapi.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpDeleteClientInfo
dhcpsapi/DhcpDeleteClientInfo
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpDeleteClientInfo

DhcpDeleteClientInfo function

-description

The DhcpDeleteClientInfo function deletes a client information record from the DHCP server.

-parameters

-param ServerIpAddress [in]

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

-param ClientInfo [in]

DHCP_SEARCH_INFO union structure that contains one of the following items used to search the DHCP client record database: the client IP address, the client MAC address, or the client network name. All records matching the value will be deleted; for example, if a client IP address of 192.1.1.10 is supplied, all records with this address in the ClientIpAddress field 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.

-remarks

This function requires host byte ordering for all DHCP_IP_ADDRESS values in parameter structures.

-see-also

DHCP_SEARCH_INFO

DhcpCreateClientInfo