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.

46 lines
1.1 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992-1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; ftpmsg.h
  8. ; (generated from ftpmsg.mc)
  9. ;
  10. ;Abstract:
  11. ;
  12. ; Event message definititions used by routines in the
  13. ; Internet Information Service Extensible Performance Counters
  14. ;
  15. ;Created:
  16. ;
  17. ; 30-Sept-96 Bob Watson
  18. ;
  19. ;Revision History:
  20. ;
  21. ;--*/
  22. ;#ifndef _FTPMSG_H_
  23. ;#define _FTPMSG_H_
  24. ;
  25. MessageIdTypedef=DWORD
  26. ;//
  27. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  28. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  29. Warning=0x2:STATUS_SEVERITY_WARNING
  30. Error=0x3:STATUS_SEVERITY_ERROR
  31. )
  32. ;//
  33. ;// ERRORS
  34. ;//
  35. MessageId=1000
  36. Severity=Error
  37. Facility=Application
  38. SymbolicName=FTP_UNABLE_QUERY_DATA
  39. Language=English
  40. Unable to collect the FTP performance statistics.
  41. The error code returned by the service is data DWORD 0.
  42. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  43. .
  44. ;
  45. ;#endif //_FTPMSG_H_
  46.