Skip to content

Latest commit

 

History

History
116 lines (97 loc) · 2.8 KB

nf-dhcpsapi-dhcpgetmibinfov6.md

File metadata and controls

116 lines (97 loc) · 2.8 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.DhcpGetMibInfoV6
DhcpGetMibInfoV6 function (dhcpsapi.h)
Retrieves the IPv6 counter values of the DHCP server.
DhcpGetMibInfoV6
DhcpGetMibInfoV6 function [DHCP]
dhcp.dhcpgetmibinfov6
dhcpsapi/DhcpGetMibInfoV6
dhcp\dhcpgetmibinfov6.htm
DHCP
fcc61321-2edd-4ea8-bcd7-7237fbc90b74
12/05/2018
DhcpGetMibInfoV6, DhcpGetMibInfoV6 function [DHCP], dhcp.dhcpgetmibinfov6, dhcpsapi/DhcpGetMibInfoV6
dhcpsapi.h
Windows
None supported
Windows Server 2008 R2 [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpGetMibInfoV6
dhcpsapi/DhcpGetMibInfoV6
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpGetMibInfoV6

DhcpGetMibInfoV6 function

-description

The DhcpGetMibInfoV6 function retrieves the IPv6 counter values of the DHCP server.

-parameters

-param ServerIpAddress [in]

Pointer to a Unicode string that specifies the IP address or hostname of the DHCPv6 server.

-param MibInfo [out]

Pointed to a DHCP_MIB_INFO_V6 structure that points to the location containing the IPv6 MIB information about 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_MIB_INFO_V6