estrutura TOKEN_AUDIT_POLICY (winnt.h)
A estrutura TOKEN_AUDIT_POLICY especifica a política de auditoria por usuário para um token.
Sintaxe
typedef struct _TOKEN_AUDIT_POLICY {
BYTE PerUserPolicy[((POLICY_AUDIT_SUBCATEGORY_COUNT)>> 1)+ 1];
} TOKEN_AUDIT_POLICY, *PTOKEN_AUDIT_POLICY;
Membros
PerUserPolicy[((POLICY_AUDIT_SUBCATEGORY_COUNT)>> 1)+ 1]
Especifica a política de auditoria por usuário para o token.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows Vista [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Windows Server 2008 [somente aplicativos da área de trabalho] |
Cabeçalho | winnt.h (inclua Windows.h) |