2.2.1.1 LSAPR_WRAPPED_CAPID_SET

The LSAPR_WRAPPED_CAPID_SET structure is a container for an array of LSAPR_SID_INFORMATION structures.

 typedef struct _LSAPR_WRAPPED_CAPID_SET {
     ULONG Entries;
     [size_is(Entries)] LSAPR_SID_INFORMATION* SidInfo;
 } LSAPR_WRAPPED_CAPID_SET;

Entries: The number of elements in the SidInfo array.

SidInfo: A pointer to an array of LSAPR_SID_INFORMATION structures, as defined in [MS-LSAT] section 2.2.17.