2.2.18 LSAPR_SID_ENUM_BUFFER

The LSAPR_SID_ENUM_BUFFER structure defines a set of SIDs. This structure is used during a translation request for a batch of SIDs to names.

 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;

Entries: Contains the number of translated SIDs.<9>

SidInfo: Contains a set of structures that contain SIDs, as specified in section 2.2.17. If the Entries field in this structure is not 0, this field MUST be non-NULL. If Entries is 0, this field MUST be ignored.