Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
DhcpStatelessPurgeIntervalValue: 0x01 The parameter type is the purge interval for client lease records from the DHCP server database. |
DhcpStatelessStatusValue: 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 |