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.

35 lines
1013 B

  1. /***************************************************************************
  2. Name : PROTAPI.H
  3. Comment : Interface to Protocol DLL
  4. Copyright (c) Microsoft Corp. 1991, 1992, 1993
  5. Revision Log
  6. Date Name Description
  7. -------- ----- ---------------------------------------------------------
  8. ***************************************************************************/
  9. #include "protparm.h"
  10. #define NEXTSEND_MPS 0x100
  11. #define NEXTSEND_EOM 0x200
  12. #define NEXTSEND_EOP 0x400
  13. #define NEXTSEND_ERROR 0x800
  14. #define MINSCAN_0_0_0 7
  15. #define MINSCAN_5_5_5 1
  16. #define MINSCAN_10_10_10 2
  17. #define MINSCAN_20_20_20 0
  18. #define MINSCAN_40_40_40 4
  19. #define MINSCAN_40_20_20 5
  20. #define MINSCAN_20_10_10 3
  21. #define MINSCAN_10_5_5 6
  22. #define MINSCAN_10_10_5 10
  23. #define MINSCAN_20_20_10 8
  24. #define MINSCAN_40_40_20 12
  25. #define MINSCAN_40_20_10 13
  26. #define MINSCAN_20_10_5 11