<div class="content" name="LSAPR_SID_ENUM_BUFFER" uuid="1ffb61f0-a4fe-4487-858d-fb709d605855"><p>The LSAPR_SID_ENUM_BUFFER structure defines a set of <a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SIDs</a>. This structure is
used during a translation request for a batch of SIDs to names.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_SID_ENUM_BUFFER {
   [range(0,20480)] unsigned long Entries;
   [size_is(Entries)] PLSAPR_SID_INFORMATION SidInfo;
 } LSAPR_SID_ENUM_BUFFER,
  *PLSAPR_SID_ENUM_BUFFER;
</pre></div>
</dd></dl><p><b>Entries:</b>  Contains the number of
translated SIDs.<a id="Appendix_A_Target_9"></a><a aria-label="Product behavior note 9" href="d2715572-2c9b-4198-ace9-316a2fb5d7f5#Appendix_A_9" data-linktype="relative-path">&lt;9&gt;</a></p><p><b>SidInfo:</b>  Contains a set of
structures that contain SIDs, as specified in section <a href="f04a771b-c018-4098-81b5-2a819f9b5db8" data-linktype="relative-path">2.2.17</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 ignored.</p></div>