The NL_DNS_NAME_INFO_ARRAY structure provides the information on DNS names (records) to be updated by the DsrUpdateReadOnlyServerDnsRecords (section 3.5.4.2.11) method.
typedef struct _NL_DNS_NAME_INFO_ARRAY {
unsigned long EntryCount;
[size_is(EntryCount)] PNL_DNS_NAME_INFO DnsNamesInfo;
} NL_DNS_NAME_INFO_ARRAY,
*PNL_DNS_NAME_INFO_ARRAY;
EntryCount: The number of entries in the DnsNamesInfo field.