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.

40 lines
1.2 KiB

  1. ;/*++
  2. ;
  3. ;Copyright(c) 2001 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; log_msgs.mc
  8. ;
  9. ;Author:
  10. ;
  11. ; chrisdar
  12. ;
  13. ;--*/
  14. ;
  15. ;#ifndef _Log_msgs_h_
  16. ;#define _Log_msgs_h_
  17. ;
  18. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  19. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  20. Warning=0x2:STATUS_SEVERITY_WARNING
  21. Error=0x3:STATUS_SEVERITY_ERROR
  22. )
  23. FacilityNames=(System=0x0
  24. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  25. RpcStubs=0x3:FACILITY_RPC_STUBS
  26. Io=0x4:FACILITY_IO_ERROR_CODE
  27. CVYlog=0x7:FACILITY_CONVOY_ERROR_CODE
  28. )
  29. ;
  30. MessageId=0x1000 Facility=CVYlog Severity=Warning
  31. SymbolicName=IDS_INSTALL_WITH_MSCS_INSTALLED Language=English
  32. Configuration completed. Microsoft Cluster Service is also installed on this machine, and this may prevent the proper operation of both.
  33. .
  34. ;
  35. ; /* MessageId < 0x1000 are reserved for use by the wlbs driver, wlbs.sys. The code using those */
  36. ; /* events is in \nt\net\wlbs\driver and the .mc file is \nt\net\wlbs\driver\log_msgs.mc */
  37. ; /* Both this and the other .mc file are using Eventlog\System\WLBS as their event source so that users will */
  38. ; /* associate these events with WLBS. */
  39. ;
  40. ;#endif /*_Log_msgs_h_ */