#include <nt.h>
#include <ntos.h>
#include "sep.h"
#include "adt.h"
#include "adtp.h"
Go to the source code of this file.
Variables | |
POLICY_AUDIT_EVENTS_INFO | SepAdtState |
POLICY_AUDIT_LOG_INFO | SepAdtLogInformation |
ULONG | SepAdtMaxListLength = 0x3000 |
ULONG | SepAdtMinListLength = 0x2000 |
ULONG | SepAdtCurrentListLength = 0 |
ULONG | SepAdtCountEventsDiscarded = 0 |
BOOLEAN | SepAdtDiscardingAudits = FALSE |
SEP_AUDIT_OPTIONS | SepAuditOptions = { 0 } |
|
Definition at line 60 of file adtvars.c. Referenced by SepAdtGenerateDiscardAudit(), and SepQueueWorkItem(). |
|
Definition at line 54 of file adtvars.c. Referenced by SepDequeueWorkItem(), and SepQueueWorkItem(). |
|
Definition at line 62 of file adtvars.c. Referenced by SepQueueWorkItem(). |
|
|
|
Definition at line 51 of file adtvars.c. Referenced by SepAdtInitializeBounds(), and SepQueueWorkItem(). |
|
Definition at line 52 of file adtvars.c. Referenced by SepAdtInitializeBounds(), and SepQueueWorkItem(). |
|
|
|
Definition at line 67 of file adtvars.c. Referenced by SepAdtCloseObjectAuditAlarm(), and SepAdtInitializeAuditingOptions(). |