<div class="content" name="LSA_TRANSLATED_SID" uuid="d067a76e-fd92-4e36-91e7-8605814414cc"><p>The LSA_TRANSLATED_SID structure contains information about
a <a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_f3ef2572-95cf-4c5c-b3c9-551fd648f409" data-linktype="relative-path">security principal</a>
after translation from a name to a <a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SID</a>. This structure MUST
always be accompanied by an <a href="3a52af31-247a-4b08-91a0-1d46b2cc49b2" data-linktype="relative-path">LSAPR_REFERENCED_DOMAIN_LIST</a>
structure when <b>DomainIndex</b> is not -1.</p><dl>
<dd>
<div><pre> typedef struct _LSA_TRANSLATED_SID {
   SID_NAME_USE Use;
   unsigned long RelativeId;
   long DomainIndex;
 } LSA_TRANSLATED_SID,
  *PLSA_TRANSLATED_SID;
</pre></div>
</dd></dl><p><b>Use:</b>  Defines the type of the
security principal, as specified in section <a href="171e9a87-8e01-4bd8-a35e-3468128c8fc4" data-linktype="relative-path">2.2.13</a>.</p><p><b>RelativeId:</b>  Contains the <a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_df3d0b61-56cd-4dac-9402-982f1fedc41c" data-linktype="relative-path">relative identifier (RID)</a>
of the security principal with respect to its <a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a>.</p><p><b>DomainIndex:</b>  Contains the index
into an LSAPR_REFERENCED_DOMAIN_LIST structure that specifies the domain that
the security principal is in. A <b>DomainIndex</b> value of -1 MUST be used to
specify that there are no corresponding domains. Other negative values MUST NOT
be returned.</p></div>