TOKEN_DEFAULT_DACL struttura (winnt.h)

La struttura TOKEN_DEFAULT_DACL specifica un elenco di controllo di accesso discrezionale (DACL).

Sintassi

typedef struct _TOKEN_DEFAULT_DACL {
  PACL DefaultDacl;
} TOKEN_DEFAULT_DACL, *PTOKEN_DEFAULT_DACL;

Members

DefaultDacl

Puntatore a una struttura ACL assegnata per impostazione predefinita a qualsiasi oggetto creato dall'utente. L'utente è rappresentato dal token di accesso.

Commenti

La funzione GetTokenInformation recupera l'elenco dati predefinito per un token di accesso, sotto forma di una struttura TOKEN_DEFAULT_DACL . Questa struttura viene usata anche con la funzione SetTokenInformation per impostare l'elenco dati predefinito.

Requisiti

   
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winnt.h (includere Windows.h)

Vedi anche

ACL

GetTokenInformation

SetTokenInformation

TOKEN_CONTROL

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

TOKEN_OWNER

TOKEN_PRIMARY_GROUP

TOKEN_PRIVILEGES

TOKEN_SOURCE

TOKEN_STATISTICS

TOKEN_TYPE

TOKEN_USER