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.

51 lines
1.2 KiB

  1. //***************************************************************************
  2. //
  3. // Microsoft NT Remote Access Service
  4. //
  5. // Copyright 1992-93
  6. //
  7. //
  8. // Revision History:
  9. //
  10. // Jul 9, 1992 J. Perry Hannah Created.
  11. //
  12. //
  13. // Description: Contains internal error codes which are common
  14. // to the entire RAS project.
  15. //
  16. //****************************************************************************
  17. #ifndef _INTERROR_
  18. #define _INTERROR_
  19. //* Internal Error Codes ***************************************************
  20. //
  21. // The follow is recommended form for component internal header files.
  22. //
  23. // #define BASE RAS_INTERNAL_ERROR_BASE + REIB_YOURCOMPONENT
  24. //
  25. // #define ERROR_NO_CLUE BASE + 1
  26. // #define ERROR_NEXT_BAD_THING BASE + 2
  27. //
  28. //
  29. #define RAS_INTERNAL_ERROR_BASE 13000 // 0x32C8
  30. #define RIEB_RASMAN 100
  31. #define RIEB_MXSDLL 200
  32. #define RIEB_ASYNCMEDIADLL 300
  33. #define RIEB_INFFILEAPI 400
  34. #define RIEB_RASFILE 500
  35. #define RIEB_RASHUB 600
  36. #define RIEB_ASYMAC 700
  37. #define RIEB_SUPERVISOR 800
  38. #endif