<div class="content" name="DHCP_SUPER_SCOPE_TABLE_ENTRY" uuid="f570d6aa-155a-441f-ab5f-844cfa0f99e7"><p>The <b>DHCP_SUPER_SCOPE_TABLE_ENTRY</b> structure defines
the <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_b4838551-37f3-47de-a36c-7df328750d6d" data-linktype="relative-path">superscope</a>-specific
subnet information. This structure is used in the <a href="c4fd87a7-12e3-4a7a-9a28-bdc40b0affca" data-linktype="relative-path">DHCP_SUPER_SCOPE_TABLE (section 2.2.1.2.86)</a>
structure.</p><dl>
<dd>
<div><pre> typedef struct _DHCP_SUPER_SCOPE_TABLE_ENTRY {
   DHCP_IP_ADDRESS SubnetAddress;
   DWORD SuperScopeNumber;
   DWORD NextInSuperScope;
   LPWSTR SuperScopeName;
 } DHCP_SUPER_SCOPE_TABLE_ENTRY,
  *LPDHCP_SUPER_SCOPE_TABLE_ENTRY;
</pre></div>
</dd></dl><p><b>SubnetAddress:</b>  This is of type <a href="5122557b-b85d-4982-8ffb-98d8d934e353" data-linktype="relative-path">DHCP_IP_ADDRESS</a>, a <a href="../ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2" data-linktype="relative-path">DWORD</a>
containing the IPv4 <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_e6a800ef-fd8a-4d87-834c-131e58f304ea" data-linktype="relative-path">subnet
ID</a>.</p><p><b>SuperScopeNumber:</b>  This is of type
DWORD, containing the unique identifier of the superscope.</p><p><b>NextInSuperScope:</b>  This is of type
DWORD, specifying the index of the next subnet ID in the superscope.</p><p><b>SuperScopeName:</b>  This is a pointer,
of type <a href="../ms-dtyp/50e9ef83-d6fd-4e22-a34a-2c6b4e3c24f3" data-linktype="relative-path">LPWSTR</a>,
to a null-terminated <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_b069acb4-e364-453e-ac83-42d469bb339e" data-linktype="relative-path">Unicode
string</a> that contains the superscope name. There is no restriction on the
length of this Unicode string.</p></div>