<div class="content" name="LSAPR_POLICY_DNS_DOMAIN_INFO" uuid="3e15a02e-25d3-46aa-9c60-8def03c824d2"><p>The LSAPR_POLICY_DNS_DOMAIN_INFO structure is used to allow
callers to query and set the server&#39;s <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_387021de-3d6b-4372-835f-0d68c50cb496" data-linktype="relative-path">primary domain</a></span>.<a id="Appendix_A_Target_24"></a><a aria-label="Product behavior note 24" href="2a769a08-e023-459f-aebe-4fb3f595c0b7#Appendix_A_24" data-linktype="relative-path">&lt;24&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 <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a></span> that is
subject to the restrictions of a NetBIOS name, as specified in <span><a href="https://go.microsoft.com/fwlink/?LinkId=90266" data-linktype="external">[RFC1088]</a></span>.
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 <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_102a36e2-f66f-49e2-bee3-558736b2ecd5" data-linktype="relative-path">DNS name</a></span>
of the domain.</p><p><b>DnsForestName:</b>  The fully qualified
DNS name of the <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_fd104241-4fb3-457c-b2c4-e0c18bb20b62" data-linktype="relative-path">forest</a></span> containing
this domain.</p><p><b>DomainGuid:</b>  The <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_f49694cc-c350-462d-ab8e-816f0103c6c1" data-linktype="relative-path">globally
unique identifier (GUID)</a></span>, as specified in <span><a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a></span>
section <span><a href="../ms-dtyp/49e490b8-f972-45d6-a3a4-99f924998d97" data-linktype="relative-path">2.3.4.1</a></span>,
of the domain.</p><p><b>Sid:</b>  The <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SID</a></span> of the domain.</p></div>