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 DHCPV4_FAILOVER_CLIENT_INFO_ARRAY structure defines an array of DHCP server scope statistics that are part of a failover relationship.
Syntax
typedef struct _DHCPV4_FAILOVER_CLIENT_INFO_ARRAY {
DWORD NumElements;
LPDHCPV4_FAILOVER_CLIENT_INFO *Clients;
} DHCPV4_FAILOVER_CLIENT_INFO_ARRAY, *LPDHCPV4_FAILOVER_CLIENT_INFO_ARRAY;
Members
NumElements
Integer that specifies the number of DHCP server scope statistics in Clients.
Clients
Pointer to an array of DHCPV4_FAILOVER_CLIENT_INFO structures.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | dhcpsapi.h |