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.

42 lines
1.6 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. ; /* Several components use Eventlog\System\WLBS to report events. The messages for these events are */
  36. ; /* distributed among binary components. As a result the MessageId values are partitioned in the following */
  37. ; /* manner: */
  38. ; /* 1 <= MessageId < 0x1000 used by wlbs.sys. See \nt\net\wlbs\driver. */
  39. ; /* 0x1000 <= MessageId < 0x2000 used by the NLB code in netcfgx.dll. See \nt\net\config\netcfg\wlbscfg. */
  40. ; /* 0x2000 <= MessageId < 0x3000 used by nlbmprov.dll. See \nt\net\nlbmgr\provider. */
  41. ;
  42. ;#endif /*_Log_msgs_h_ */