DHCP_SEARCH_INFO_TYPE_V6 enumeration (dhcpsapi.h)

The DHCP_SEARCH_INFO_TYPE_V6 enumeration defines the set of possible attributes used to search DHCPv6 client information records.

Syntax

typedef enum _DHCP_CLIENT_SEARCH_TYPE_V6 {
  Dhcpv6ClientIpAddress,
  Dhcpv6ClientDUID,
  Dhcpv6ClientName
} DHCP_SEARCH_INFO_TYPE_V6, *LPDHCP_SEARCH_INFO_TYPE_V6;

Constants

 
Dhcpv6ClientIpAddress
The search will be performed against the assigned DHCPv6 client IPv6 address.
Dhcpv6ClientDUID
The search will be performed against the DHCPv6 client's DHCP unique ID, represented as a GUID.
Dhcpv6ClientName
The search will be performed against the DHCP client's network name, represented as a Unicode string.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header dhcpsapi.h