2.2.5.2 LSAPR_ACCOUNT_ENUM_BUFFER
The LSAPR_ACCOUNT_ENUM_BUFFER structure specifies a collection of security principal SIDs represented in an array of structures of type LSAPR_ACCOUNT_INFORMATION.
-
typedef struct _LSAPR_ACCOUNT_ENUM_BUFFER { unsigned long EntriesRead; [size_is(EntriesRead)] PLSAPR_ACCOUNT_INFORMATION Information; } LSAPR_ACCOUNT_ENUM_BUFFER, *PLSAPR_ACCOUNT_ENUM_BUFFER;
EntriesRead: This field contains the number of security principals.
Information: This field contains a set of structures that define the security principal SID, as specified in section 2.2.5.1. If the EntriesRead field has a value other than 0, this field MUST NOT be NULL.