The LSAPR_PRIVILEGE_ENUM_BUFFER structure specifies a collection of privilege definitions of type LSAPR_POLICY_PRIVILEGE_DEF.
typedef struct _LSAPR_PRIVILEGE_ENUM_BUFFER {
unsigned long Entries;
[size_is(Entries)] PLSAPR_POLICY_PRIVILEGE_DEF Privileges;
} LSAPR_PRIVILEGE_ENUM_BUFFER,
*PLSAPR_PRIVILEGE_ENUM_BUFFER;
Entries: This field contains the number of privileges in the structure.
Privileges: This field contains a set of structures that define the privileges, as specified in section 2.2.8.1. If the Entries field has a value other than 0, this field MUST NOT be NULL.