Leaked source code of windows server 2003
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.

45 lines
783 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. eventp.h
  5. Abstract:
  6. Private include file for eventlog service
  7. Author:
  8. Rajen Shah (rajens) 12-Jul-1991
  9. Revision History:
  10. --*/
  11. #define UNICODE // This service uses unicode APIs
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <ntelfapi.h>
  16. #include <netevent.h> // Manifest constants for Events
  17. #include <windows.h>
  18. #include <winsvc.h>
  19. #include <lmcons.h>
  20. #include <lmerr.h>
  21. #include <rpc.h>
  22. #include <svcsp.h> // SVCS_ENTRY_POINT, PSVCS_GLOBAL_DATA
  23. #include <regstr.h>
  24. #include <elf.h>
  25. #include <elfdef.h>
  26. #include <elfcommn.h>
  27. #include <elfproto.h>
  28. #include <elfextrn.h>
  29. #include <elfdbg.h>
  30. #include <strsafe.h>