<div class="content" name="NL_SITE_NAME_ARRAY" uuid="4c5fb44a-6d68-420d-970e-68ad5436bbd3"><p>The <b>NL_SITE_NAME_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>
names.</p><dl>
<dd>
<div><pre> typedef struct _NL_SITE_NAME_ARRAY {
   ULONG EntryCount;
   [size_is(EntryCount)] PUNICODE_STRING SiteNames;
 } NL_SITE_NAME_ARRAY,
  *PNL_SITE_NAME_ARRAY;
</pre></div>
</dd></dl><p><b>EntryCount:</b> The number of entries in <b>SiteNames</b>.</p><p><b>SiteNames:</b> A pointer to an array of
null-terminated <b><a href="../ms-dtyp/94a16bb6-c610-4cb9-8db6-26f15f560061" data-linktype="relative-path"><span>UNICODE_STRING</span></a></b>
structures that contain site names. For more information 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></div>