2.2.24 LSAPR_TRANSLATED_SIDS_EX

The LSAPR_TRANSLATED_SIDS_EX structure contains a set of translated SIDs.

 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;

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

Sids: Contains a set of structures that contain translated SIDs, as specified in section 2.2.23. 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.