2.2.1.2.6 NL_DNS_NAME_INFO_ARRAY
The NL_DNS_NAME_INFO_ARRAY structure provides the information on DNS names (records) to be updated by the DsrUpdateReadOnlyServerDnsRecords (section 3.5.4.3.11) method.
-
typedef struct _NL_DNS_NAME_INFO_ARRAY { ULONG 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: A pointer to an array of the NL_DNS_NAME_INFO (section 2.2.1.2.5) structure, which SHOULD<17> contain DNS name information.