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.

25 lines
677 B

  1. ;#ifndef _ALLERROR_H_
  2. ;#define _ALLERROR_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