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.

85 lines
2.7 KiB

  1. ;#ifndef _FILTERR_H_
  2. ;#define _FILTERR_H_
  3. ;#ifndef FACILITY_WINDOWS
  4. MessageIdTypedef=HRESULT
  5. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  6. CoError=0x2:STATUS_SEVERITY_COERROR
  7. CoFail=0x3:STATUS_SEVERITY_COFAIL
  8. )
  9. FacilityNames=(Interface=0x4:FACILITY_ITF
  10. Windows=0x8:FACILITY_WINDOWS
  11. )
  12. MessageId=0 Facility=Windows Severity=Success SymbolicName=NOT_AN_ERROR
  13. Language=English
  14. NOTE: This dummy error message is necessary to force MC to output
  15. the above defines inside the FACILITY_WINDOWS guard instead
  16. of leaving it empty.
  17. .
  18. ;#endif // FACILITY_WINDOWS
  19. ;//
  20. ;// Codes 0x1700-0x172F are reserved for FILTER
  21. ;//
  22. MessageId=0x1700 Facility=Interface Severity=CoError SymbolicName=FILTER_E_END_OF_CHUNKS
  23. Language=English
  24. No more chunks of text available in object.
  25. .
  26. MessageId=0x1701 Facility=Interface Severity=CoError SymbolicName=FILTER_E_NO_MORE_TEXT
  27. Language=English
  28. No more text available in chunk.
  29. .
  30. MessageId=0x1702 Facility=Interface Severity=CoError SymbolicName=FILTER_E_NO_MORE_VALUES
  31. Language=English
  32. No more property values available in chunk.
  33. .
  34. MessageId=0x1703 Facility=Interface Severity=CoError SymbolicName=FILTER_E_ACCESS
  35. Language=English
  36. Unable to access object.
  37. .
  38. MessageId=0x1704 Facility=Interface Severity=Success SymbolicName=FILTER_W_MONIKER_CLIPPED
  39. Language=English
  40. Moniker doesn't cover entire region.
  41. .
  42. MessageId=0x1705 Facility=Interface Severity=CoError SymbolicName=FILTER_E_NO_TEXT
  43. Language=English
  44. No text in current chunk.
  45. .
  46. MessageId=0x1706 Facility=Interface Severity=CoError SymbolicName=FILTER_E_NO_VALUES
  47. Language=English
  48. No values in current chunk.
  49. .
  50. MessageId=0x1707 Facility=Interface Severity=CoError SymbolicName=FILTER_E_EMBEDDING_UNAVAILABLE
  51. Language=English
  52. Unable to bind IFilter for embedded object.
  53. .
  54. MessageId=0x1708 Facility=Interface Severity=CoError SymbolicName=FILTER_E_LINK_UNAVAILABLE
  55. Language=English
  56. Unable to bind IFilter for linked object.
  57. .
  58. MessageId=0x1709 Facility=Interface Severity=Success SymbolicName=FILTER_S_LAST_TEXT
  59. Language=English
  60. This is the last text in the current chunk.
  61. .
  62. MessageId=0x170a Facility=Interface Severity=Success SymbolicName=FILTER_S_LAST_VALUES
  63. Language=English
  64. This is the last value in the current chunk.
  65. .
  66. MessageId=0x170b Facility=Interface Severity=CoError SymbolicName=FILTER_E_PASSWORD
  67. Language=English
  68. File was not filtered due to password protection.
  69. .
  70. MessageId=0x170C Facility=Interface Severity=CoError SymbolicName=FILTER_E_UNKNOWNFORMAT
  71. Language=English
  72. The document format is not recognized by the flter.
  73. .
  74. ;#endif // _FILTERR_H_