DHCPV6_STATELESS_PARAM_TYPE enumeration (dhcpsapi.h)

The DHCPV6_STATELESS_PARAM_TYPE enumeration defines a DHCPv6 stateless client inventory configuration parameter type.

Syntax

typedef enum {
  DhcpStatelessPurgeInterval = 0x01,
  DhcpStatelessStatus = 0x02
} DHCPV6_STATELESS_PARAM_TYPE;

Constants

 
DhcpStatelessPurgeInterval
Value: 0x01
The parameter type is the purge interval for client lease records from the DHCP server database.
DhcpStatelessStatus
Value: 0x02
The parameter type is the client inventory enabled/disabled status in 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_PARAMS

Dhcpv6SetStatelessStoreParams