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_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 |