Skip to content

Latest commit

 

History

History
102 lines (81 loc) · 2.97 KB

nf-dhcpsapi-dhcpgetclientoptions.md

File metadata and controls

102 lines (81 loc) · 2.97 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.DhcpGetClientOptions
DhcpGetClientOptions function (dhcpsapi.h)
Returns only ERROR_NOT_IMPLEMENTED, as it is not used or supported.
DhcpGetClientOptions
DhcpGetClientOptions function [DHCP]
dhcp.dhcpgetclientoptions
dhcpsapi/DhcpGetClientOptions
dhcp\dhcpgetclientoptions.htm
DHCP
60f4db5f-0359-4738-980e-2a56adbf551e
12/05/2018
DhcpGetClientOptions, DhcpGetClientOptions function [DHCP], dhcp.dhcpgetclientoptions, dhcpsapi/DhcpGetClientOptions
dhcpsapi.h
Windows
None supported
Windows Server 2008 R2 [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpGetClientOptions
dhcpsapi/DhcpGetClientOptions
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpGetClientOptions

DhcpGetClientOptions function

-description

The DhcpGetClientOptions function returns only ERROR_NOT_IMPLEMENTED, as it is not used or supported.

-parameters

-param ServerIpAddress [in]

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

-param ClientIpAddress [in]

DHCP_IP_ADDRESS value that specifies the IP address or hostname of the DHCP client whose option values will be returned.

-param ClientSubnetMask [in]

DHCP_IP_MASK value that specifies the subnet mask of the DHCP client whose option values will be returned.

-param ClientOptions [out]

Pointer to a DHCP_OPTION_LIST structure that contains the returned option values for the DHCP client.

Note  

The memory for this parameter must be free using DhcpRpcFreeMemory.

 

-returns

This function returns ERROR_SUCCESS upon a successful call. Otherwise, it returns one of the DHCP Server Management API Error Codes.

Return code Description
ERROR_NOT_IMPLEMENTED
This function is not implemented and is not supported.

-see-also

DHCP_OPTION_LIST