DhcpV4FailoverSetRelationship function (dhcpsapi.h)
The DhcpV4FailoverSetRelationship function sets or modifies the parameters of a DHCPv4 server failover relationship.
Syntax
DWORD DHCP_API_FUNCTION DhcpV4FailoverSetRelationship(
[in, optional] LPWSTR ServerIpAddress,
[in] DWORD Flags,
[in] LPDHCP_FAILOVER_RELATIONSHIP pRelationship
);
Parameters
[in, optional] ServerIpAddress
Pointer to a null-terminated Unicode string that represents the IP address or hostname of the DHCP server.
[in] Flags
A bitmask that specifies the fields to update in pRelationship. Each value specifies a member of the DHCP_FAILOVER_RELATIONSHIP structure to be modified.
[in] pRelationship
Pointer to a DHCP_FAILOVER_RELATIONSHIP structure that contains update information about the fields in the DHCPv4 failover relationship.
Return value
If the function succeeds, it returns ERROR_SUCCESS.
If the function fails, it returns one of the following or an error code from DHCP Server Management API Error Codes.
Value | Meaning |
---|---|
|
One or more of the parameters were invalid. |
|
The failover relationship doesn’t exist. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | dhcpsapi.h |
Library | Dhcpsapi.lib |
DLL | Dhcpsapi.dll |
See also
DhcpV4FailoverCreateRelationship
DhcpV4FailoverDeleteRelationship