DHCPV6_STATELESS_STATS structure (dhcpsapi.h)

The DHCPV6_STATELESS_STATS structure defines an array of stateless IPv6 subnet statistics.

Syntax

typedef struct {
  DWORD                          NumScopes;
  LPDHCPV6_STATELESS_SCOPE_STATS ScopeStats;
} DHCPV6_STATELESS_STATS, *PDHCPV6_STATELESS_STATS, *LPDHCPV6_STATELESS_STATS;

Members

NumScopes

Integer that specifies the number of subnet statistics in ScopeStats.

ScopeStats

Pointer to a list of DHCPV6_STATELESS_SCOPE_STATS structures.

Requirements

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

See also

DHCPV6_STATELESS_SCOPE_STATS

DhcpV6GetStatelessStatistics