<div class="content"><p> </p><p>The LSAPR_SID_ENUM_BUFFER structure defines a set of <span><a href="e79f2680-84d9-4d34-bc78-5ab9e1255653#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SIDs</a></span>.
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 <span><a href="f04a771b-c018-4098-81b5-2a819f9b5db8" data-linktype="relative-path">2.2.17</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>