TOKEN_DEFAULT_DACL structure (winnt.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
A pointer to an ACL structure assigned by default to any objects created by the user. The user is represented by the access token.
Remarks
The GetTokenInformation function retrieves the default DACL for an access token, in the form of a TOKEN_DEFAULT_DACL structure. This structure is also used with the SetTokenInformation function to set the default DACL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winnt.h (include Windows.h) |