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 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
PrimaryServerThe server is a primary server in the failover relationship. |
SecondaryServerThe 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 |