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.

49 lines
1.7 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=0x3000 Facility=CVYlog Severity=Informational
  31. SymbolicName=MSG_UPDATE_CONFIGURATION_START Language=English
  32. Configuration update %2 started by %1 on adapter %3
  33. .
  34. ;
  35. MessageId=+1 Facility=CVYlog Severity=Informational
  36. SymbolicName=MSG_UPDATE_CONFIGURATION_STOP Language=English
  37. Configuration update %2 completed with status %1 on adapter %3. Information log contains:%n%4
  38. .
  39. ;
  40. ;
  41. ; /* Several components use Eventlog\System\WLBS to report events. The messages for these events are */
  42. ; /* distributed among binary components. As a result the MessageId values are partitioned in the following */
  43. ; /* manner: */
  44. ; /* 1 <= MessageId < 0x1000 used by wlbs.sys. See \nt\net\wlbs\driver. */
  45. ; /* 0x1000 <= MessageId < 0x2000 used by the NLB code in netcfgx.dll. See \nt\net\config\netcfg\wlbscfg. */
  46. ; /* 0x2000 <= MessageId < 0x3000 used by nlbmprov.dll. See \nt\net\nlbmgr\provider. */
  47. ;
  48. ;#endif /*_Log_msgs_h_ */