DHCPV6_STATELESS_PARAMS structure (dhcpsapi.h)

The DHCPV6_STATELESS_PARAMS structure defines the DHCPv6 stateless client inventory configuration settings at server and scope level.

Syntax

typedef struct {
  BOOL  Status;
  DWORD PurgeInterval;
} DHCPV6_STATELESS_PARAMS, *PDHCPV6_STATELESS_PARAMS, *LPDHCPV6_STATELESS_PARAMS;

Members

Status

If TRUE the stateless client inventory is maintained by the DHCPv6 server. Otherwise, it is FALSE. The default value is FALSE, which indicates that the stateless client inventory is disabled and is not maintained the by the server.

PurgeInterval

Integer that specifies the maximum time interval, in hours, that stateless IPv6 DHCP client lease records can persist before being deleted from the DHCP server database.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2012 [desktop apps only]
Header dhcpsapi.h

See also

DHCPV6_STATELESS_PARAM_TYPE

Dhcpv6GetStatelessStoreParams

Dhcpv6SetStatelessStoreParams