DhcpCreateSubnetV6 function (dhcpsapi.h)

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

Syntax

DWORD DHCP_API_FUNCTION DhcpCreateSubnetV6(
  [in] LPWSTR                ServerIpAddress,
  [in] DHCP_IPV6_ADDRESS     SubnetAddress,
  [in] LPDHCP_SUBNET_INFO_V6 SubnetInfo
);

Parameters

[in] ServerIpAddress

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

[in] SubnetAddress

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

[in] SubnetInfo

DHCP_SUBNET_INFO_V6 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.

Return code Description
ERROR_INVALID_PARAMETER
The parameters were invalid.
ERROR_DUPLICATE_TAG
The specified scope already exists.

Requirements

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