LSA_FOREST_TRUST_COLLISION_INFORMATION structure (ntsecapi.h)
La structure LSA_FOREST_TRUST_COLLISION_INFORMATION contient des informations sur les collisions d’approbation de forêt de l’autorité de sécurité locale .
Syntaxe
typedef struct _LSA_FOREST_TRUST_COLLISION_INFORMATION {
ULONG RecordCount;
PLSA_FOREST_TRUST_COLLISION_RECORD *Entries;
} LSA_FOREST_TRUST_COLLISION_INFORMATION, *PLSA_FOREST_TRUST_COLLISION_INFORMATION;
Membres
RecordCount
Nombre de structures LSA_FOREST_TRUST_COLLISION_RECORD dans le tableau pointé par le membre Entries .
Entries
Pointeur vers un tableau de structures LSA_FOREST_TRUST_COLLISION_RECORD , chacune contenant des informations sur une seule collision.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Aucun pris en charge |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | ntsecapi.h |