Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The LSAPR_TRUSTED_ENUM_BUFFER structure specifies a collection of trust information structures of type LSAPR_TRUST_INFORMATION.
-
typedef struct _LSAPR_TRUSTED_ENUM_BUFFER { unsigned long EntriesRead; [size_is(EntriesRead)] PLSAPR_TRUST_INFORMATION Information; } LSAPR_TRUSTED_ENUM_BUFFER, *PLSAPR_TRUSTED_ENUM_BUFFER;
EntriesRead: This field contains the number of trust information structures.
Information: This field contains a set of structures that define the trust information, as specified in section 2.2.7.1. If the EntriesRead field has a value other than 0, this field MUST NOT be NULL.