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.

51 lines
1.8 KiB

  1. ;/***************************************************************************
  2. ;* *
  3. ;* bitsmsg.h -- error code definitions for the background file copier *
  4. ;* *
  5. ;* Copyright (c) 2000, Microsoft Corp. All rights reserved. *
  6. ;* *
  7. ;***************************************************************************/
  8. ;
  9. ;#ifndef _BITSSRVEVENTLOG_
  10. ;#define _BITSSRVEVENTLOG_
  11. ;
  12. ;#if defined (_MSC_VER) && (_MSC_VER >= 1020) && !defined(__midl)
  13. ;#pragma once
  14. ;#endif
  15. ;
  16. SeverityNames=(Success=0x0
  17. Informational=0x1
  18. Warning=0x2
  19. Error=0x3
  20. )
  21. MessageId=0x001 SymbolicName=BITSRV_EVENTLOG_CLEANUP_CATAGORY Severity=Success
  22. Language=English
  23. Cleanup
  24. .
  25. ;// The upload job {caa0e514-5e71-492f-a383-197965bdd726} was deleted from c:\upload.
  26. MessageId=0x002 SymbolicName=BITSSRV_EVENTLOG_DELETED_SESSION Severity=Informational
  27. Language=English
  28. The upload job %2 was deleted from %1.
  29. .
  30. ;// An unexpected error occurred while cleaning the /LM/W3SVC/1/Root/upload virtual directory.
  31. MessageId=0x003 SymbolicName=BITSSRV_EVENTLOG_UNEXPECTED_ERROR Severity=Error
  32. Language=English
  33. An unexpected error occurred while cleaning the %1 virtual directory.
  34. .
  35. ;// The upload job {caa0e514-5e71-492f-a383-197965bdd726} could not be removed from c:\upload.
  36. MessageId=0x004 SymbolicName=BITSSRV_EVENTLOG_CANT_REMOVE_SESSION Severity=Error
  37. Language=English
  38. The upload job %2 could not be removed from %1.
  39. .
  40. ;// The directory c:\upload could not be scanned.
  41. MessageId=0x005 SymbolicName=BITSSRV_EVENTLOG_CANT_SCAN_DIRECTORY Severity=Error
  42. Language=English
  43. The directory %1 could not be scanned.
  44. .
  45. ;#endif //_BITSSRVEVENTLOG_