<div class="content"><p> </p><p>The LSAPR_TRANSLATED_SIDS structure defines a set of
translated <span><a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SIDs</a></span>.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_TRANSLATED_SIDS {
   [range(0,1000)] unsigned long Entries;
   [size_is(Entries)] PLSA_TRANSLATED_SID Sids;
 } LSAPR_TRANSLATED_SIDS,
  *PLSAPR_TRANSLATED_SIDS;
</pre></div>
</dd></dl><p><b>Entries:</b>  Contains the number of
translated SIDs.<a id="Appendix_A_Target_7"></a><a aria-label="Product behavior note 7" href="d2715572-2c9b-4198-ace9-316a2fb5d7f5#Appendix_A_7" data-linktype="relative-path">&lt;7&gt;</a></p><p><b>Sids:</b>  Contains a set of structures
that contain translated SIDs. If the Entries field in this structure is not 0,
this field MUST be non-NULL. If Entries is 0, this field MUST be NULL.</p></div>