Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 { [range(0,2048)] 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.