struttura LSA_FOREST_TRUST_INFORMATION (ntsecapi.h)

La struttura LSA_FOREST_TRUST_INFORMATION contiene informazioni sul trust tra foreste autorità di sicurezza locale .

Sintassi

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;

Members

RecordCount

Numero di strutture LSA_FOREST_TRUST_RECORD nella matrice a cui punta il membro Entries .

Entries

Puntatore a un puntatore a una matrice di strutture LSA_FOREST_TRUST_RECORD , ognuna delle quali contiene un'informazione di trust tra foreste.

Requisiti

Requisito Valore
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntsecapi.h