<div class="content" name="SCOPE_MIB_INFO_V5" uuid="e7817c00-42c4-4bd9-9abf-df52889d5008"><p>The <b>SCOPE_MIB_INFO_V5</b> structure defines a structure
that contains the address counters for a specific IPv4 subnet. The numbers of
free, used, and offered IPv4 addresses are stored in this structure. This
structure is used in the <a href="779c90ca-dd34-4d80-a228-b433610345c6" data-linktype="relative-path">DHCP_MIB_INFO_V5 (section 2.2.1.2.95)</a>
structure.</p><dl>
<dd>
<div><pre> typedef struct _SCOPE_MIB_INFO_V5 {
   DHCP_IP_ADDRESS Subnet;
   DWORD NumAddressesInuse;
   DWORD NumAddressesFree;
   DWORD NumPendingOffers;
 } SCOPE_MIB_INFO_V5,
  *LPSCOPE_MIB_INFO_V5;
</pre></div>
</dd></dl><p><b>Subnet:</b>  This is of type <a href="5122557b-b85d-4982-8ffb-98d8d934e353" data-linktype="relative-path">DHCP_IP_ADDRESS (section 2.2.1.2.1)</a>,
a <a href="../ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2" data-linktype="relative-path">DWORD</a>
specifying the IPv4 <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_e6a800ef-fd8a-4d87-834c-131e58f304ea" data-linktype="relative-path">subnet
ID</a> for the scope.</p><p><b>NumAddressesInuse:</b>  This is of type
DWORD, containing the number of IPv4 addresses leased out to DHCPv4 clients for
a given IPv4 subnet.</p><p><b>NumAddressesFree:</b>  This is of type
DWORD, containing the number of IPv4 addresses that are free and can be leased
out to DHCPv4 clients in a given IPv4 subnet.</p><p><b>NumPendingOffers:</b>  This is of type
DWORD, containing the number of IPv4 addresses that have been offered to DHCPv4
clients in a given IPv4 subnet but that the <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_c35fc04f-54fe-4570-afd3-c96ca84c8d83" data-linktype="relative-path">DHCP client</a> has not yet
confirmed.</p></div>