Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
DhcpClientIpAddressThe search will be performed against the assigned DHCP client IP address, represented as a 32-bit unsigned integer value. |
DhcpClientHardwareAddressThe search will be performed against the MAC address of the DHCP client network interface device, represented as a DHCP_BINARY_DATA structure. |
DhcpClientNameThe 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 |