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.

56 lines
1.1 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; gpdasevt.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for Rsop Planning mode errors
  12. ;
  13. ;Author:
  14. ;
  15. ; UShaji (Adapted from userenv\uevents.mc)
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the gpdasevt.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;
  26. ;#ifndef _GPDAS_EVT_
  27. ;#define _GPDAS_EVT_
  28. ;
  29. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  30. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  31. Warning=0x2:STATUS_SEVERITY_WARNING
  32. Error=0x3:STATUS_SEVERITY_ERROR
  33. )
  34. ;
  35. ;/////////////////////////////////////////////////////////////////////////
  36. ;//
  37. ;// GPDAS Events (1000 - 1999)
  38. ;//
  39. ;/////////////////////////////////////////////////////////////////////////
  40. ;
  41. MessageId=1000 Severity=Error SymbolicName=EVENT_GPDAS_STARTUP
  42. Language=English
  43. %1
  44. .
  45. MessageId= Severity=Error SymbolicName=EVENT_GENRSOP_FAILED
  46. Language=English
  47. Windows couldn't generate the Resultant Set of Policies for the given scenario. Error (%1).
  48. .
  49. ;#endif _GPDAS_EVT_