Source code of Windows XP (NT5)
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.

46 lines
869 B

  1. /*++
  2. Copyright (c) 2000, Microsoft Corporation
  3. Module Name:
  4. eapolmsg.h
  5. Abstract:
  6. This module contains text messages used to generate event-log entries
  7. by EAPOL service.
  8. Revision History:
  9. sachins, Apr 25 2000, Created
  10. --*/
  11. #define EAPOL_LOG_BASE 2000
  12. #define EAPOL_LOG_SERVICE_STARTED (EAPOL_LOG_BASE+1)
  13. /*
  14. * EAPOL service was started successfully
  15. */
  16. #define EAPOL_LOG_SERVICE_STOPPED (EAPOL_LOG_BASE+2)
  17. /*
  18. * EAPOL service was stopped successfully
  19. */
  20. #define EAPOL_LOG_SERVICE_RUNNING (EAPOL_LOG_BASE+3)
  21. /*
  22. * EAPOL service is running
  23. */
  24. #define EAPOL_LOG_UNKNOWN_ERROR (EAPOL_LOG_BASE+4)
  25. /*
  26. * Unknown EAPOL error
  27. */
  28. #define EAPOL_LOG_BASE_END (EAPOL_LOG_BASE+999)
  29. /*
  30. * end.
  31. */