The DHCP_SEARCH_INFO_TYPE_V6 enumeration defines the field over which the search can be performed for a specific IPv6 DHCPv6 client lease record in the DHCPv6 server database. This enumeration is used in structure DHCP_SEARCH_INFO_V6 (section 2.2.1.2.69).
typedef enum _DHCP_CLIENT_SEARCH_TYPE_V6
{
Dhcpv6ClientIpAddress,
Dhcpv6ClientDUID,
Dhcpv6ClientName
} DHCP_SEARCH_INFO_TYPE_V6,
*LPDHCP_SEARCH_INFO_TYPE_V6;
Dhcpv6ClientIpAddress: Use DHCPv6 client IPv6 address for searching the DHCPv6 IPv6 client lease record in the DHCP server.
Dhcpv6ClientDUID: Use DHCPv6 client DUID (as specified in [RFC3315]) for searching the DHCP IPv6 client lease record in the DHCPv6 server.
Dhcpv6ClientName: Use a null-terminated Unicode string that contains the name of the DHCPv6 IPv6 client for searching for the DHCPv6 client lease record in the DHCPv6 server database.