estructura TOKEN_AUDIT_POLICY (winnt.h)

La estructura de TOKEN_AUDIT_POLICY especifica la directiva de auditoría por usuario para un token.

Sintaxis

typedef struct _TOKEN_AUDIT_POLICY {
  BYTE PerUserPolicy[((POLICY_AUDIT_SUBCATEGORY_COUNT)>> 1)+ 1];
} TOKEN_AUDIT_POLICY, *PTOKEN_AUDIT_POLICY;

Miembros

PerUserPolicy[((POLICY_AUDIT_SUBCATEGORY_COUNT)>> 1)+ 1]

Especifica la directiva de auditoría por usuario para el token.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado winnt.h (incluye Windows.h)

Consulte también

TOKEN_INFORMATION_CLASS