DHCP_FAILOVER_SERVER enumeration (dhcpsapi.h)
The DHCP_FAILOVER_SERVER enumeration defines whether the DHCP server is the primary or secondary server in a DHCPv4 failover relationship.
Syntax
typedef enum _DHCP_FAILOVER_SERVER {
PrimaryServer,
SecondaryServer
} DHCP_FAILOVER_SERVER, *LPDHCP_FAILOVER_SERVER;
Constants
PrimaryServer The server is a primary server in the failover relationship. |
SecondaryServer The server is a secondary server in the failover relationship. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | dhcpsapi.h |