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.

64 lines
2.7 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 job %2 was deleted from the virtual directory %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 Cleanup was running on the virtual directory %1. Try running Cleanup again later.
  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 job %2 could not be deleted from the virtual directory %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 virtual directory %1 could not be scanned. The directory might not be available right now. Try running Cleanup again later.
  44. .
  45. ;// The directory c:\upload\BITS-Sessions could not be deleted.
  46. MessageId=0x006 SymbolicName=BITSSRV_EVENTLOG_REMOVEDIRECTORY_ERROR Severity=Error
  47. Language=English
  48. The directory %1 could not be deleted. Another program might be accessing this directory or there might be network problems. Run Cleanup again later.
  49. .
  50. ;// The file c:\upload\BITS-Sessions could not be deleted.
  51. MessageId=0x007 SymbolicName=BITSSRV_EVENTLOG_DELETEFILE_ERROR Severity=Error
  52. Language=English
  53. The file %1 could not be deleted. Another program might be accessing this file or there might be network problems. Run Cleanup again later.
  54. .
  55. ;#endif //_BITSSRVEVENTLOG_