<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/3e15a02e-25d3-46aa-9c60-8def03c824d2" data-linktype="external">msdn link</a></p><p>The LSAPR_POLICY_DNS_DOMAIN_INFO structure is used to allow
callers to query and set the server&#39;s <a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_387021de-3d6b-4372-835f-0d68c50cb496" data-linktype="relative-path">primary domain</a>.<a id="Appendix_A_Target_22"></a><a aria-label="Product behavior note 22" href="2a769a08-e023-459f-aebe-4fb3f595c0b7#Appendix_A_22" data-linktype="relative-path">&lt;22&gt;</a></p><p>The following structure corresponds to the
PolicyDnsDomainInformation and PolicyDnsDomainInformationInt information
classes.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_POLICY_DNS_DOMAIN_INFO {
   RPC_UNICODE_STRING Name;
   RPC_UNICODE_STRING DnsDomainName;
   RPC_UNICODE_STRING DnsForestName;
   GUID DomainGuid;
   PRPC_SID Sid;
 } LSAPR_POLICY_DNS_DOMAIN_INFO,
  *PLSAPR_POLICY_DNS_DOMAIN_INFO;
</pre></div>
</dd></dl><p><b>Name:</b>  This field contains a name
for the <a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a> that is
subject to the restrictions of a NetBIOS name, as specified in <a href="https://go.microsoft.com/fwlink/?LinkId=90266" data-linktype="external">[RFC1088]</a>. This value
SHOULD be used (by implementations external to this protocol) to identify the
domain via the NetBIOS API, as specified in [RFC1088].</p><p><b>DnsDomainName:</b>  The fully qualified <a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_102a36e2-f66f-49e2-bee3-558736b2ecd5" data-linktype="relative-path">DNS name</a> of the domain.</p><p><b>DnsForestName:</b>  The fully qualified
DNS name of the <a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_fd104241-4fb3-457c-b2c4-e0c18bb20b62" data-linktype="relative-path">forest</a>
containing this domain.</p><p><b>DomainGuid:</b>  The <a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_f49694cc-c350-462d-ab8e-816f0103c6c1" data-linktype="relative-path">globally unique identifier
(GUID)</a>, as specified in <a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a>
section <a href="../ms-dtyp/49e490b8-f972-45d6-a3a4-99f924998d97" data-linktype="relative-path">2.3.4.1</a>,
of the domain.</p><p><b>Sid:</b>  The <a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SID</a> of the domain.</p></div>