The LSAPR_TRANSLATED_SIDS_EX2 structure contains a set of translated SIDs.
typedef struct _LSAPR_TRANSLATED_SIDS_EX2 {
[range(0,1000)] unsigned long Entries;
[size_is(Entries)] PLSAPR_TRANSLATED_SID_EX2 Sids;
} LSAPR_TRANSLATED_SIDS_EX2,
*PLSAPR_TRANSLATED_SIDS_EX2;
Entries: Contains the number of translated SIDs.<16>
Sids: Contains a set of structures that define translated SIDs, as specified in section 2.2.25. 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.