<div class="content" name="LSAPR_TRANSLATED_NAME" uuid="52e1ccc1-b57b-4c02-b35f-bd64913ce99b"><p>The LSAPR_TRANSLATED_NAME 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>,
along with the human-readable identifier for that security principal. 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, which contains the <a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a> information for the
security principals.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_TRANSLATED_NAME {
   SID_NAME_USE Use;
   RPC_UNICODE_STRING Name;
   long DomainIndex;
 } LSAPR_TRANSLATED_NAME,
  *PLSAPR_TRANSLATED_NAME;
</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>Name:</b>  Contains the name of the
security principal, with syntaxes described in section <a href="2c0e8a6d-df0f-4c77-bbeb-f7cd0f6b2361" data-linktype="relative-path">3.1.4.5</a>. The
RPC_UNICODE_STRING structure is defined in <a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a>
section <a href="../ms-dtyp/94a16bb6-c610-4cb9-8db6-26f15f560061" data-linktype="relative-path">2.3.10</a>.</p><p><b>DomainIndex:</b>  Contains the index
into the corresponding 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 used.</p></div>