Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DhcpCreateClientInfo function creates a client information record on the DHCP server.
Syntax
DWORD DHCP_API_FUNCTION DhcpCreateClientInfo(
  [in] DHCP_CONST WCHAR            *ServerIpAddress,
  [in] DHCP_CONST DHCP_CLIENT_INFO *ClientInfo
);
Parameters
[in] ServerIpAddress
Unicode string that specifies the IP address or hostname of the DHCP server.
[in] ClientInfo
DHCP_CLIENT_INFO structure that contains information about the DHCP client, including the assigned IP address, subnet mask, and host.
Return value
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.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | None supported | 
| Minimum supported server | Windows 2000 Server [desktop apps only] | 
| Target Platform | Windows | 
| Header | dhcpsapi.h | 
| Library | Dhcpsapi.lib | 
| DLL | Dhcpsapi.dll |