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.

44 lines
944 B

  1. ;/*++
  2. ;
  3. ;Copyright(c) 1998,99 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; log_msgs.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Windows Load Balancing Service (WLBS)
  12. ; API - string resources
  13. ;
  14. ;Author:
  15. ;
  16. ; kyrilf
  17. ;
  18. ;--*/
  19. ;
  20. ;
  21. ;#ifndef _Log_msgs_h_
  22. ;#define _Log_msgs_h_
  23. ;
  24. ;
  25. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  26. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  27. Warning=0x2:STATUS_SEVERITY_WARNING
  28. Error=0x3:STATUS_SEVERITY_ERROR
  29. )
  30. FacilityNames=(System=0x0
  31. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  32. RpcStubs=0x3:FACILITY_RPC_STUBS
  33. Io=0x4:FACILITY_IO_ERROR_CODE
  34. CVYlog=0x7:FACILITY_CONVOY_ERROR_CODE
  35. )
  36. ;
  37. MessageId=0x0001 Facility=CVYlog Severity=Informational
  38. SymbolicName=IDS_CTR_NAME Language=English
  39. %1!ls! Cluster Control API %2!ls!. %3!ls!
  40. .
  41. ;
  42. ;#endif /*_Log_msgs_h_ */