Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
410 B

4 years ago
  1. /*++
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. adtevent.c - Audit Event Management
  5. Abstract:
  6. This module contains functions that update the Audit Event Information.
  7. Author:
  8. Scott Birrell (ScottBi) November 14, 1991
  9. Environment:
  10. Kernel mode only.
  11. Revision History:
  12. --*/
  13. #include <nt.h>
  14. #include <ntos.h>
  15. #include "rmp.h"
  16. #include "adt.h"
  17. #include "adtp.h"