estrutura LSA_FOREST_TRUST_INFORMATION (ntsecapi.h)

A estrutura LSA_FOREST_TRUST_INFORMATION contém informações de confiança de floresta da Autoridade de Segurança Local .

Sintaxe

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;

Membros

RecordCount

Número de estruturas LSA_FOREST_TRUST_RECORD na matriz apontada pelo membro Entradas .

Entries

Ponteiro para um ponteiro para uma matriz de estruturas LSA_FOREST_TRUST_RECORD , cada uma contendo uma parte das informações de confiança da floresta.

Requisitos

Requisito Valor
Cliente mínimo com suporte Nenhum compatível
Servidor mínimo com suporte Windows Server 2003 [somente aplicativos da área de trabalho]
Cabeçalho ntsecapi.h