2.2.7.20 LSAPR_TRUSTED_ENUM_BUFFER_EX
The LSAPR_TRUSTED_ENUM_BUFFER_EX structure specifies a collection of trust information structures of type LSAPR_TRUSTED_DOMAIN_INFORMATION_EX.
-
typedef struct _LSAPR_TRUSTED_ENUM_BUFFER_EX { unsigned long EntriesRead; [size_is(EntriesRead)] PLSAPR_TRUSTED_DOMAIN_INFORMATION_EX EnumerationBuffer; } LSAPR_TRUSTED_ENUM_BUFFER_EX, *PLSAPR_TRUSTED_ENUM_BUFFER_EX;
EntriesRead: This field contains the number of trust information structures.
EnumerationBuffer: This field contains a set of structures that define the trust information, as specified in section 2.2.7.9. If the EntriesRead field has a value other than 0, this field MUST NOT be NULL.