Condividi tramite


struttura NETLOGON_INFO_4 (lmaccess.h)

La struttura NETLOGON_INFO_4 definisce una risposta di query di controllo di livello 4 da un controller di dominio.

Sintassi

typedef struct _NETLOGON_INFO_4 {
#if ...
  wchar_t *netlog4_trusted_dc_name;
#if ...
  wchar_t *netlog4_trusted_domain_name;
#else
  LPWSTR  netlog4_trusted_dc_name;
#endif
#else
  LPWSTR  netlog4_trusted_domain_name;
#endif
} NETLOGON_INFO_4, *PNETLOGON_INFO_4;

Members

netlog4_trusted_dc_name

Puntatore sottoposto a marshalling a una stringa contenente il nome del controller di dominio attendibile.

netlog4_trusted_domain_name

Puntatore sottoposto a marshalling a una stringa contenente il nome di dominio attendibile.

Requisiti

Requisito Valore
Intestazione lmaccess.h

Vedi anche

I_NetLogonControl2