The LSAPR_TRANSLATED_SIDS structure defines a set of translated SIDs.
typedef struct _LSAPR_TRANSLATED_SIDS {
[range(0,1000)] unsigned long Entries;
[size_is(Entries)] PLSA_TRANSLATED_SID Sids;
} LSAPR_TRANSLATED_SIDS,
*PLSAPR_TRANSLATED_SIDS;
Entries: Contains the number of translated SIDs.<7>
Sids: Contains a set of structures that contain translated SIDs. 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.