<div class="content"><p> </p><p>The LSAPR_TRANSLATED_NAMES_EX structure contains a set of
translated names.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_TRANSLATED_NAMES_EX {
   [range(0,20480)] unsigned long Entries;
   [size_is(Entries)] PLSAPR_TRANSLATED_NAME_EX Names;
 } LSAPR_TRANSLATED_NAMES_EX,
  *PLSAPR_TRANSLATED_NAMES_EX;
</pre></div>
</dd></dl><p><b>Entries:</b>  Contains the number of
translated names.<a id="Appendix_A_Target_12"></a><a aria-label="Product behavior note 12" href="d2715572-2c9b-4198-ace9-316a2fb5d7f5#Appendix_A_12" data-linktype="relative-path">&lt;12&gt;</a></p><p><b>Names:</b>  Contains a set of structures
that contain translated names, as specified in section <span><a href="6a9131ac-f1a7-4b96-8917-a289a2c48de1" data-linktype="relative-path">2.2.21</a></span>.
If the <b>Entries</b> field in this structure is not 0, this field MUST be
non-NULL. If <b>Entries</b> is 0, this field MUST be ignored.</p></div>