<div class="content" name="LSAPR_WRAPPED_CAPID_SET" uuid="6793e354-dfd4-449e-9734-606fb010fb0d"><p>The LSAPR_WRAPPED_CAPID_SET structure is a container for an
array of LSAPR_SID_INFORMATION structures.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_WRAPPED_CAPID_SET {
     ULONG Entries;
     [size_is(Entries)] LSAPR_SID_INFORMATION* SidInfo;
 } LSAPR_WRAPPED_CAPID_SET;
</pre></div>
</dd></dl><p><b>Entries:</b> The number of elements in the SidInfo
array.</p><p><b>SidInfo:</b> A pointer to an array of
LSAPR_SID_INFORMATION structures, as defined in <a href="../ms-lsat/1ba21e6f-d8a9-462c-9153-4375f2020894" data-linktype="relative-path">[MS-LSAT]</a>
section <a href="../ms-lsat/f04a771b-c018-4098-81b5-2a819f9b5db8" data-linktype="relative-path">2.2.17</a>.</p></div>