2.2.1.2.2 NL_SITE_NAME_ARRAY
The NL_SITE_NAME_ARRAY structure defines an array of site names.
-
typedef struct _NL_SITE_NAME_ARRAY { ULONG EntryCount; [size_is(EntryCount)] PUNICODE_STRING SiteNames; } NL_SITE_NAME_ARRAY, *PNL_SITE_NAME_ARRAY;
EntryCount: The number of entries in SiteNames.
SiteNames: A pointer to an array of null-terminated UNICODE_STRING structures that contain site names. For more information about sites, see [MS-ADTS] section 6.1.1.2.2.1.