<div class="content"><p> </p><p>The <b>DHCP_IP_RANGE</b> structure defines the IPv4 range
for an IPv4 <span><a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_128cd76b-eecb-41e6-96f7-f73c2bf9235a" data-linktype="relative-path">scope</a></span>. This is used
in structure <b>DHCP_SUBNET_ELEMENT_DATA</b> (section<b> </b><span><a href="5ce2002b-fd0c-4776-805a-e87546616581" data-linktype="relative-path">2.2.1.2.33</a></span>).</p><dl>
<dd>
<div><pre> typedef struct _DHCP_IP_RANGE {
   DHCP_IP_ADDRESS StartAddress;
   DHCP_IP_ADDRESS EndAddress;
 } DHCP_IP_RANGE,
  *LPDHCP_IP_RANGE;
</pre></div>
</dd></dl><p><b>StartAddress:</b>  This is of type <span><a href="5122557b-b85d-4982-8ffb-98d8d934e353" data-linktype="relative-path">DHCP_IP_ADDRESS (section 2.2.1.2.1)</a></span>,
containing the first IPv4 address in the IPv4 range.</p><p><b>EndAddress:</b>  This is of type
DHCP_IP_ADDRESS, containing the last IPv4 address in the IPv4 range.</p></div>