Skip to content

Latest commit

 

History

History
119 lines (93 loc) · 3.58 KB

nf-dhcpsapi-dhcpv6getstatelessstoreparams.md

File metadata and controls

119 lines (93 loc) · 3.58 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.DhcpV6GetStatelessStoreParams
DhcpV6GetStatelessStoreParams function (dhcpsapi.h)
Retrieves the current DHCPv6 stateless client inventory configuration settings at the server or scope level.
DhcpV6GetStatelessStoreParams
DhcpV6GetStatelessStoreParams function [DHCP]
dhcp.dhcpv6getstatelessstoreparams
dhcpsapi/DhcpV6GetStatelessStoreParams
dhcp\dhcpv6getstatelessstoreparams.htm
DHCP
80a32132-a032-452f-9438-52a1eb280fdf
12/05/2018
DhcpV6GetStatelessStoreParams, DhcpV6GetStatelessStoreParams function [DHCP], dhcp.dhcpv6getstatelessstoreparams, dhcpsapi/DhcpV6GetStatelessStoreParams
dhcpsapi.h
Windows
None supported
Windows Server 2012 [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpV6GetStatelessStoreParams
dhcpsapi/DhcpV6GetStatelessStoreParams
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpV6GetStatelessStoreParams

DhcpV6GetStatelessStoreParams function

-description

The DhcpV6GetStatelessStoreParams function retrieves the current DHCPv6 stateless client inventory configuration settings at the server or scope level.

-parameters

-param ServerIpAddress [in, optional]

Pointer to a null-terminated Unicode string that represents the IP address or hostname of the DHCP server.

-param fServerLevel [in]

If TRUE the stateless client inventory configuration settings at server level are retrieved. Otherwise, the scope level configuration settings are retrieved.

-param SubnetAddress [in]

A DHCP_IPV6_ADDRESS structure that contains the IPv6 subnet address of the stateless client inventory configuration settings to be retrieved. If the value of fServerLevel is TRUE, this must be 0.

-param Params [out]

Pointer to a DHCPV6_STATELESS_PARAMS structure that contains the stateless client inventory configuration settings for a DHCPv6 server.

-returns

If the function succeeds, it returns ERROR_SUCCESS.

If the function fails, it returns one of the following or an error code from DHCP Server Management API Error Codes.

Value Meaning
ERROR_INVALID_PARAMETER
One or more of the parameters were invalid.
ERROR_DHCP_SUBNET_NOT_PRESENT
IPv6 subnet does not exist on the DHCPv6 server.

-remarks

Params should be free using DhcpRpcFreeMemory.

-see-also

DhcpV6GetStatelessStatistics

DhcpV6SetStatelessStoreParams