<div class="content" name="NL_SITE_NAME_EX_ARRAY" uuid="2b40b2eb-480c-42e9-b864-3de716db892d"><p>The <b>NL_SITE_NAME_EX_ARRAY</b> structure defines an array
of <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_8abdc986-5679-42d9-ad76-b11eb5a0daba" data-linktype="relative-path">site</a></span>
and subnet names. This structure extends the <span><a href="4c5fb44a-6d68-420d-970e-68ad5436bbd3" data-linktype="relative-path">NL_SITE_NAME_ARRAY (section 2.2.1.2.2)</a></span>
structure by adding an array of subnets that correspond to the sites.</p><dl>
<dd>
<div><pre> typedef struct _NL_SITE_NAME_EX_ARRAY {
   ULONG EntryCount;
   [size_is(EntryCount)] PUNICODE_STRING SiteNames;
   [size_is(EntryCount)] PUNICODE_STRING SubnetNames;
 } NL_SITE_NAME_EX_ARRAY,
  *PNL_SITE_NAME_EX_ARRAY;
</pre></div>
</dd></dl><p><b>EntryCount:</b> The number of entries in <b>SiteNames</b>
and <b>SubnetNames</b>.</p><p><b>SiteNames:</b> A pointer to an array of
null-terminated <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_b069acb4-e364-453e-ac83-42d469bb339e" data-linktype="relative-path">Unicode strings</a></span> that
contain site names. For details about sites, see <span><a href="../ms-adts/d2435927-0999-4c62-8c6d-13ba31a52e1a" data-linktype="relative-path">[MS-ADTS]</a></span>
section <span><a href="../ms-adts/cdacdd51-f324-41e9-b83f-71263902dabe" data-linktype="relative-path">6.1.1.2.2.1</a></span>.</p><p><b>SubnetNames:</b> A pointer to an array of
null-terminated Unicode strings that contain subnet names. For details about
subnets, see [MS-ADTS] section <span><a href="../ms-adts/255d4630-f033-4289-8db6-c36060b47e17" data-linktype="relative-path">6.1.1.2.2.2.1</a></span>.</p></div>