<div class="content" name="LSAPR_TRANSLATED_SIDS_EX" uuid="19250ed6-4470-4325-9f85-adb49db720fd"><p>The LSAPR_TRANSLATED_SIDS_EX structure contains a set of
translated <a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SIDs</a>.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_TRANSLATED_SIDS_EX {
   [range(0,1000)] unsigned long Entries;
   [size_is(Entries)] PLSAPR_TRANSLATED_SID_EX Sids;
 } LSAPR_TRANSLATED_SIDS_EX,
  *PLSAPR_TRANSLATED_SIDS_EX;
</pre></div>
</dd></dl><p><b>Entries:</b>  Contains the number of
translated SIDs.<a id="Appendix_A_Target_14"></a><a aria-label="Product behavior note 14" href="d2715572-2c9b-4198-ace9-316a2fb5d7f5#Appendix_A_14" data-linktype="relative-path">&lt;14&gt;</a></p><p><b>Sids:</b>  Contains a set of structures
that contain translated SIDs, as specified in section <a href="274ee4e3-86b5-4450-99e9-f1678b9e96f5" data-linktype="relative-path">2.2.23</a>. 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 NULL.</p></div>