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.
DnsNamesInfo: The pointer to an array of NL_DNS_NAME_INFO (section 2.2.1.2.5) structure, which contains DNS names info.<19>