Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 2.4 KB

nf-dhcpsapi-dhcpsetclientinfo.md

File metadata and controls

79 lines (61 loc) · 2.4 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.DhcpSetClientInfo
DhcpSetClientInfo function (dhcpsapi.h)
The DhcpSetClientInfo function sets information on a client whose IP address lease is administrated by the DHCP server.
DhcpSetClientInfo
DhcpSetClientInfo function [DHCP]
dhcp.dhcpsetclientinfo
dhcpsapi/DhcpSetClientInfo
dhcp\dhcpsetclientinfo.htm
DHCP
1eedddce-8b3e-419e-a065-163b22a0e9a8
12/05/2018
DhcpSetClientInfo, DhcpSetClientInfo function [DHCP], dhcp.dhcpsetclientinfo, dhcpsapi/DhcpSetClientInfo
dhcpsapi.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpSetClientInfo
dhcpsapi/DhcpSetClientInfo
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpSetClientInfo

DhcpSetClientInfo function

-description

The DhcpSetClientInfo function sets information on a client whose IP address lease is administrated by the DHCP server.

-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_CLIENT_INFO structure that contains the information on a client in a subnet served by the DHCP server.

-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_CLIENT_INFO

DhcpGetClientInfo