DhcpSetSubnetInfo function (dhcpsapi.h)

The DhcpSetSubnetInfo function sets information about a subnet defined on the DHCP server.

Syntax

DWORD DHCP_API_FUNCTION DhcpSetSubnetInfo(
  [in] DHCP_CONST WCHAR            *ServerIpAddress,
  [in] DHCP_IP_ADDRESS             SubnetAddress,
  [in] DHCP_CONST DHCP_SUBNET_INFO *SubnetInfo
);

Parameters

[in] ServerIpAddress

Pointer to a Unicode string that specifies the IP address or hostname of the DHCP server.

[in] SubnetAddress

DHCP_IP_ADDRESS value that specifies the IP address of the subnet gateway, as well as uniquely identifies the subnet.

[in] SubnetInfo

Pointer to a DHCP_SUBNET_INFO structure that contains the information about the subnet.

Return value

This function returns ERROR_SUCCESS upon a successful call. Otherwise, it returns one of the DHCP Server Management API Error Codes.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header dhcpsapi.h
Library Dhcpsapi.lib
DLL Dhcpsapi.dll

See also

DHCP_SUBNET_INFO

DhcpGetSubnetInfo