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.

44 lines
1.3 KiB

  1. //----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1998, Microsoft Corporation
  4. //
  5. // File: dsnlang.h
  6. //
  7. // Contents: Resource IDs for localizable DSN strings
  8. //
  9. // Owner: mikeswa
  10. //
  11. //-----------------------------------------------------------------------------
  12. #ifndef __DSNLANG_H__
  13. #define __DSNLANG_H__
  14. //various subjects
  15. #define FAILURE_SUBJECT 1
  16. #define FALURE_RELAY_SUBJECT 2
  17. #define FAILURE_RELAY_SUBJECT 3
  18. #define DELAY_SUBJECT 4
  19. #define GENERAL_SUBJECT 5
  20. #define RELAY_SUBJECT 6
  21. #define DELIVERED_SUBJECT 7
  22. #define EXPANDED_SUBJECT 8
  23. //Next group of ID's reserved for future localized subjects
  24. //Human readable portions of DSN
  25. #define DSN_SEE_ATTACHMENTS 10
  26. #define FAILURE_SUMMARY 11
  27. #define FAILURE_RELAY_SUMMARY 12
  28. #define DELAY_SUMMARY 13
  29. #define DSN_SUMMARY 14
  30. #define RELAY_SUMMARY 15
  31. #define DELIVERED_SUMMARY 16
  32. #define EXPANDED_SUMMARY 17
  33. #define FAILURE_SUMMARY_MAILBOX 18
  34. #define FAILURE_SUMMARY_HOP 19
  35. #define FAILURE_SUMMARY_EXPIRE 20
  36. #define DELAY_WARNING 21
  37. #define DELAY_DO_NOT_SEND 22
  38. //helpful descriptions of the type of DSN being sent
  39. #endif //__DSNLANG_H__