<div class="content" name="LSAPR_TRANSLATED_NAMES" uuid="ff977eb9-563a-4353-a95f-640e7ee16356"><p>The LSAPR_TRANSLATED_NAMES structure defines a set of
translated names. This is used in the response to a translation request from <a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SIDs</a> to names.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_TRANSLATED_NAMES {
   [range(0,20480)] unsigned long Entries;
   [size_is(Entries)] PLSAPR_TRANSLATED_NAME Names;
 } LSAPR_TRANSLATED_NAMES,
  *PLSAPR_TRANSLATED_NAMES;
</pre></div>
</dd></dl><p><b>Entries:</b>  Contains the number of
translated names.<a id="Appendix_A_Target_10"></a><a aria-label="Product behavior note 10" href="d2715572-2c9b-4198-ace9-316a2fb5d7f5#Appendix_A_10" data-linktype="relative-path">&lt;10&gt;</a></p><p><b>Names:</b>  Contains a set of translated
names, as specified in section <a href="52e1ccc1-b57b-4c02-b35f-bd64913ce99b" data-linktype="relative-path">2.2.19</a>. If the Entries
field in this structure is not 0, this field MUST be non-NULL. If Entries is 0,
this field MUST be ignored.</p></div>