DHCP_SEARCH_INFO_TYPE enumeration (dhcpsapi.h)

The DHCP_SEARCH_INFO_TYPE enumeration defines the set of possible attributes used to search DHCP client information records.

Syntax

typedef enum _DHCP_CLIENT_SEARCH_TYPE {
  DhcpClientIpAddress,
  DhcpClientHardwareAddress,
  DhcpClientName
} DHCP_SEARCH_INFO_TYPE, *LPDHCP_SEARCH_INFO_TYPE;

Constants

 
DhcpClientIpAddress
The search will be performed against the assigned DHCP client IP address, represented as a 32-bit unsigned integer value.
DhcpClientHardwareAddress
The search will be performed against the MAC address of the DHCP client network interface device, represented as a DHCP_BINARY_DATA structure.
DhcpClientName
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 2000 Server [desktop apps only]
Header dhcpsapi.h

See also

DHCP_BINARY_DATA

DHCP_SEARCH_INFO