Condividi tramite


struttura LSA_FOREST_TRUST_DOMAIN_INFO (ntsecapi.h)

La struttura LSA_FOREST_TRUST_DOMAIN_INFO contiene informazioni di identificazione per un dominio.

Sintassi

typedef struct _LSA_FOREST_TRUST_DOMAIN_INFO {
#if ...
  PISID              Sid;
#else
  PSID               Sid;
#endif
  LSA_UNICODE_STRING DnsName;
  LSA_UNICODE_STRING NetbiosName;
} LSA_FOREST_TRUST_DOMAIN_INFO, *PLSA_FOREST_TRUST_DOMAIN_INFO;

Members

Sid

Puntatore all'identificatore di sicurezza del dominio.

DnsName

LSA_UNICODE_STRING struttura che contiene il nome DNS del dominio.

NetbiosName

LSA_UNICODE_STRING struttura che contiene il nome NetBIOS del dominio.

Requisiti

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