TOKEN_AUDIT_POLICY structure (winnt.h)

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)

See also

TOKEN_INFORMATION_CLASS