summaryrefslogtreecommitdiffstats
path: root/private/ntos/se/adtevent.c
blob: 293fa8779b8cee103d51061f8654cefc1b7376cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*++

Copyright (c) 1989  Microsoft Corporation

Module Name:

    adtevent.c - Audit Event Management

Abstract:

    This module contains functions that update the Audit Event Information.

Author:

    Scott Birrell       (ScottBi)       November 14, 1991

Environment:

    Kernel mode only.

Revision History:

--*/

#include <nt.h>
#include <ntos.h>
#include "rmp.h"
#include "adt.h"
#include "adtp.h"