DhcpCreateSubnet function (dhcpsapi.h)

The DhcpCreateSubnet function creates a new subnet on the DHCP server.

Syntax

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

Parameters

[in] ServerIpAddress

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

[in] SubnetAddress

DHCP_IP_ADDRESS value that contains the IP address of the subnet's gateway.

[in] SubnetInfo

DHCP_SUBNET_INFO structure that contains specific settings for the subnet, including the subnet mask and IP address of the subnet gateway.

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

DhcpDeleteSubnet

DhcpEnumSubnets