home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / winnt / pop3 / pop3evnt.mc < prev    next >
Encoding:
Text File  |  1997-10-05  |  1.9 KB  |  87 lines

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1995-1997  Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ;    pop3evnt.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ;    Definitions for POP3 Server Events
  12. ;
  13. ;Author:
  14. ;
  15. ;    RichardW,  3 Jan 95
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ;    This file is generated by the MC tool from the pop3evnt.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;
  26. ;#ifndef __POP3EVNT_H__
  27. ;#define __POP3EVNT_H__
  28. ;
  29.  
  30.  
  31. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  32.                Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  33.                Warning=0x2:STATUS_SEVERITY_WARNING
  34.                Error=0x3:STATUS_SEVERITY_ERROR
  35.               )
  36.  
  37.  
  38. MessageId=1000 Severity=Success SymbolicName=POP3EVENT_SERVICE_STARTED
  39. Language=English
  40. The POP3 Service started successfully.
  41. .
  42.  
  43. MessageId= Severity=Success SymbolicName=POP3EVENT_MAIL_DELIVERED
  44. Language=English
  45. A message was successfully delivered for %1.
  46. .
  47.  
  48. MessageId=2000 Severity=Informational SymbolicName=POP3EVENT_MAIL_DIRECTORY_CREATED
  49. Language=English
  50. A new mail directory was created for %1.
  51. .
  52.  
  53. MessageId= Severity=Informational SymbolicName=POP3EVENT_USER_CONNECT
  54. Language=English
  55. A client has connected
  56. .
  57.  
  58. MessageId= Severity=Informational Symbolicname=POP3EVENT_USER_DISCONNECT
  59. Language=English
  60. A client has disconnected
  61. .
  62.  
  63. MessageId=3000 Severity=Warning SymbolicName=POP3EVENT_MAIL_DIRECTORY_LOCKED
  64. Language=English
  65. The mail directory for user %1 was locked, and could not be accessed.
  66. .
  67.  
  68. MessageId= Severity=Warning SymbolicName=POP3EVENT_VOLUME_FULL
  69. Language=English
  70. The volume containing the mail directory, %1, is full.
  71. .
  72.  
  73. MessageId= Severity=Warning SymbolicName=POP3EVENT_LOGON_FAILURE
  74. Language=English
  75. A logon attempt has failed.
  76. .
  77.  
  78. MessageId=4000 Severity=Error SymbolicName=POP3EVENT_PARAMETER_MISSING
  79. Language=English
  80. The service is not configured correctly, and data was not found
  81. in the registry for path %1
  82. .
  83.  
  84. ;
  85. ;#endif  //__POP3EVNT_H__
  86. ;
  87.