Skip to content

Latest commit

 

History

History
120 lines (98 loc) · 3.42 KB

nf-dhcpsapi-dhcpservergetconfigv4.md

File metadata and controls

120 lines (98 loc) · 3.42 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.DhcpServerGetConfigV4
DhcpServerGetConfigV4 function (dhcpsapi.h)
Returns the specific configuration settings of a DHCP server. (DhcpServerGetConfigV4)
DhcpServerGetConfigV4
DhcpServerGetConfigV4 function [DHCP]
dhcp.dhcpservergetconfigv4
dhcpsapi/DhcpServerGetConfigV4
dhcp\dhcpservergetconfigv4.htm
DHCP
edbed013-6e17-42f4-b109-9676da80de20
12/05/2018
DhcpServerGetConfigV4, DhcpServerGetConfigV4 function [DHCP], dhcp.dhcpservergetconfigv4, dhcpsapi/DhcpServerGetConfigV4
dhcpsapi.h
Windows
None supported
Windows Server 2008 R2 [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpServerGetConfigV4
dhcpsapi/DhcpServerGetConfigV4
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpServerGetConfigV4

DhcpServerGetConfigV4 function

-description

The DhcpServerGetConfigV4 function returns the specific configuration settings of a DHCP server. This function extends the functionality of DhcpServerGetConfig by adding configuration parameters for the number of ping retries a server uses to determine connectability, the settings for the boot file table, and the audit log state. Configuration information includes information on the JET database used to store subnet and client lease information, and the supported protocols.

-parameters

-param ServerIpAddress [in]

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

-param ConfigInfo [out]

Pointer to a DHCP_SERVER_CONFIG_INFO_V4 structure that contains the specific configuration information for the DHCP server.

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_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_INVALID_PARAMETER
One of the parameters provides an invalid value.

-see-also

DHCP_SERVER_CONFIG_INFO_V4

DhcpServerSetConfigV4