<div class="content" name="DHCP_SEARCH_INFO_TYPE" uuid="7238ec9c-da9e-4820-827b-55f803f6491f"><p>The <b>DHCP_SEARCH_INFO_TYPE</b> enumeration defines the
type of search that can be performed on the <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_746786e7-458f-45aa-ab24-5534a94b4fb3" data-linktype="relative-path">DHCPv4 server</a> to query
specific <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_c35fc04f-54fe-4570-afd3-c96ca84c8d83" data-linktype="relative-path">DHCP client</a>
records. DHCPM uses this value in conjunction with <a href="f8ab6a93-be31-4643-b32c-e0ae6ba95a44" data-linktype="relative-path">DHCP_SEARCH_INFO (section 2.2.1.2.18)</a>
to query specific DHCPv4 client address records.</p><dl>
<dd>
<div><pre> typedef  enum _DHCP_CLIENT_SEARCH_TYPE
 {
   DhcpClientIpAddress,
   DhcpClientHardwareAddress,
   DhcpClientName
 } DHCP_SEARCH_INFO_TYPE,
  *LPDHCP_SEARCH_INFO_TYPE;
</pre></div>
</dd></dl><p><b>DhcpClientIpAddress: </b>The DHCPv4 client IP
address MUST be used for querying the DHCPv4 client lease records from the
database on the DHCPv4 server.</p><p><b>DhcpClientHardwareAddress: </b>The <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_4c35997a-5d90-4d7e-96c8-346f4ad0a63f" data-linktype="relative-path">DHCPv4 client unique ID</a>
(section <a href="651865ec-6404-4191-ad30-113578a94556" data-linktype="relative-path">2.2.1.2.5.2</a>)
MUST be used for querying the DHCPv4 client lease records from the database on
the DHCPv4 server.</p><p><b>DhcpClientName: </b>The null-terminated <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_b069acb4-e364-453e-ac83-42d469bb339e" data-linktype="relative-path">Unicode string</a> containing
the name of the DHCPv4 client MUST be used for querying the DHCPv4 client <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_e6d76b31-2852-4bd5-8fbb-8e82a3cedb29" data-linktype="relative-path">lease records</a> on the DHCPv4
server. There is no restriction on the length of this UNICODE string.</p></div>