TOKEN_DEFAULT_DACL

typedef struct _TOKEN_DEFAULT_DACL {

PACL DefaultDacl;

} TOKEN_DEFAULT_DACL ;

The TOKEN_DEFAULT_DACL data structure is a token that specifies an ACL to be assigned as a default.

Members

DefaultDacl

Points to the ACL that will be assigned by default to any objects created by the user represented by the token.