estructura LSA_FOREST_TRUST_INFORMATION (ntsecapi.h)
La estructura de LSA_FOREST_TRUST_INFORMATION contiene información de confianza del bosque de la autoridad de seguridad local .
Sintaxis
typedef struct _LSA_FOREST_TRUST_INFORMATION {
#if ...
ULONG RecordCount;
#if ...
PLSA_FOREST_TRUST_RECORD *Entries;
#else
ULONG RecordCount;
#endif
#else
PLSA_FOREST_TRUST_RECORD *Entries;
#endif
} LSA_FOREST_TRUST_INFORMATION, *PLSA_FOREST_TRUST_INFORMATION;
Miembros
RecordCount
Número de LSA_FOREST_TRUST_RECORD estructuras de la matriz a las que apunta el miembro Entradas .
Entries
Puntero a un puntero a una matriz de estructuras de LSA_FOREST_TRUST_RECORD , cada una de las cuales contiene un fragmento de información de confianza del bosque.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | No se admite ninguno |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | ntsecapi.h |