Skip to content

Latest commit

 

History

History
97 lines (77 loc) · 2.68 KB

nf-dhcpsapi-dhcpservergetconfigvq.md

File metadata and controls

97 lines (77 loc) · 2.68 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.DhcpServerGetConfigVQ
DhcpServerGetConfigVQ function (dhcpsapi.h)
Retrieves the current DHCP server configuration settings.
DhcpServerGetConfigVQ
DhcpServerGetConfigVQ function [DHCP]
dhcp.dhcpservergetconfigvq
dhcpsapi/DhcpServerGetConfigVQ
dhcp\dhcpservergetconfigvq.htm
DHCP
77726631-2be0-4ec0-a50f-786e4f3b460a
12/05/2018
DhcpServerGetConfigVQ, DhcpServerGetConfigVQ function [DHCP], dhcp.dhcpservergetconfigvq, dhcpsapi/DhcpServerGetConfigVQ
dhcpsapi.h
Windows
None supported
Windows Server 2008 R2 [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpServerGetConfigVQ
dhcpsapi/DhcpServerGetConfigVQ
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpServerGetConfigVQ

DhcpServerGetConfigVQ function

-description

The DhcpServerGetConfigVQ function retrieves the current DHCP server configuration settings.

-parameters

-param ServerIpAddress [in]

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

-param ConfigInfo [out]

Pointer to the address of a DHCP_SERVER_CONFIG_INFO_VQ structure that contains the returned DHCP server configuration settings.

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

-remarks

The caller of this function must free the memory pointed to by ConfigInfo by calling DhcpRpcFreeMemory.

-see-also

DHCP_SERVER_CONFIG_INFO_VQ

DhcpServerSetConfigVQ