2.2.5.3 LSAPR_USER_RIGHT_SET
The LSAPR_USER_RIGHT_SET structure specifies a collection of user rights.
-
typedef struct _LSAPR_USER_RIGHT_SET { [range(0,256)] unsigned long Entries; [size_is(Entries)] PRPC_UNICODE_STRING UserRights; } LSAPR_USER_RIGHT_SET, *PLSAPR_USER_RIGHT_SET;
Entries: This field contains the number of rights.<27>
UserRights: An array of strings specifying the rights. These can be string names corresponding to either privilege names or system access names, as specified in section 3.1.1.2. If the Entries field has a value other than 0, this field MUST NOT be NULL.