Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TOKEN_AUDIT_POLICY structure specifies the per user audit policy for a token.
Syntax
typedef struct _TOKEN_AUDIT_POLICY {
  BYTE PerUserPolicy[((POLICY_AUDIT_SUBCATEGORY_COUNT)>> 1)+ 1];
} TOKEN_AUDIT_POLICY, *PTOKEN_AUDIT_POLICY;
Members
PerUserPolicy[((POLICY_AUDIT_SUBCATEGORY_COUNT)>> 1)+ 1]
Specifies the per user audit policy for the token.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Header | winnt.h (include Windows.h) |