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.

38 lines
842 B

  1. LanguageNames=(English=0x409:MsgFSEn)
  2. ;#ifndef _DAVPRSMC_H__
  3. ;#define _DAVPRSMC_H__
  4. ;//////////////////////////////////////////////////////////////////////////////
  5. ;//
  6. ;// Common Events
  7. ;//
  8. ;// Use message id from 100 to 899
  9. ;//
  10. ;//////////////////////////////////////////////////////////////////////////////
  11. ;//
  12. ;// Informational
  13. ;//
  14. MessageId=100
  15. Severity=Informational
  16. Facility=Application
  17. SymbolicName=DAVPRS_SERVICE_STARTUP
  18. Language=English
  19. %1 has successfully started. Version: %2
  20. .
  21. MessageId=+1
  22. Severity=Informational
  23. Facility=Application
  24. SymbolicName=DAVPRS_SERVICE_SHUTDOWN
  25. Language=English
  26. %1 to be shutdown. Version: %2
  27. .
  28. MessageId=+1
  29. Severity=Informational
  30. Facility=Application
  31. SymbolicName=DAVPRS_VROOT_ATTACH
  32. Language=English
  33. %1 attached to virtual root %2
  34. .
  35. ;
  36. ;#endif // _DAVPRSMC_H__
  37. ;