<div class="content" name="LSAPR_POLICY_PRIMARY_DOM_INFO" uuid="0f3f5d3f-66d2-45a0-8c28-ede86f4cd4a8"><p>The LSAPR_POLICY_PRIMARY_DOM_INFO structure defines 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>. </p><p>The following structure corresponds to the
PolicyPrimaryDomainInformation information class.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_POLICY_PRIMARY_DOM_INFO {
   RPC_UNICODE_STRING Name;
   PRPC_SID Sid;
 } LSAPR_POLICY_PRIMARY_DOM_INFO,
  *PLSAPR_POLICY_PRIMARY_DOM_INFO;
</pre></div>
</dd></dl><p><b>Name:</b>  This field contains a name
for the primary domain 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>. The
value SHOULD be used (by implementations external to this protocol) to identify
the <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a></span>
via the NetBIOS API, as specified in [RFC1088].</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 primary
domain.</p></div>