TOKEN_DEFAULT_DACL structure (ntifs.h)
The TOKEN_DEFAULT_DACL structure specifies a discretionary access-control list (DACL).
Syntax
typedef struct _TOKEN_DEFAULT_DACL {
PACL DefaultDacl;
} TOKEN_DEFAULT_DACL, *PTOKEN_DEFAULT_DACL;
Members
DefaultDacl
Pointer to an access control list (ACL) structure assigned by default to any objects created by the user represented by the access token.
Remarks
The SeQueryInformationToken support routine retrieves the default DACL for an access token, in the form of a TOKEN_DEFAULT_DACL structure.
Requirements
Requirement | Value |
---|---|
Header | ntifs.h (include Ntifs.h) |