2.2.1.2.112 DHCPV6_STATELESS_PARAMS

The DHCPV6_STATELESS_PARAMS structure contains stateless settings for a DHCPv6 server. This structure is used with the R_DhcpV6SetStatelessStoreParams (section 3.2.4.117) and R_DhcpV6GetStatelessStoreParams (section 3.2.4.118) methods.

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

Status: This member indicates whether a stateless client inventory needs to be maintained by the DHCPv6 server. The value of this member defaults to FALSE, indicating that the server does not need to maintain a stateless client inventory.

PurgeInterval: This member specifies the maximum time interval, in hours, that stateless IPv6 DHCP client lease records will persist before being deleted from the DHCP server database.