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.

41 lines
1022 B

  1. /* File: D:\WACKER\emu\csb.h (Created: 27-Dec-1993)
  2. *
  3. * Copyright 1989 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 1 $
  7. * $Date: 10/05/98 12:27p $
  8. */
  9. /* Display rows for receive screen */
  10. #define CR_DR_RCV_FILE 1
  11. #define CR_DR_VIR_SCAN 1
  12. #define CR_DR_STORING 2
  13. #define CR_DR_ERR_CHK 3
  14. #define CR_DR_PACKET 4
  15. #define CR_DR_RETRIES 4
  16. #define CR_DR_TOTAL_RET 4
  17. #define CR_DR_LAST_ERR 5
  18. #define CR_DR_AMT_RCVD 5
  19. #define CR_DR_BOTM_LINE 7
  20. /* Display rows for send screen */
  21. #define CS_DR_SND_FILE 1
  22. #define CS_DR_ERR_CHK 2
  23. #define CS_DR_PACKET 3
  24. #define CS_DR_RETRIES 3
  25. #define CS_DR_TOTAL_RET 3
  26. #define CS_DR_LAST_ERR 4
  27. #define CS_DR_AMT_RCVD 4
  28. #define CS_DR_VUF 7
  29. #define CS_DR_BOTM_LINE 10
  30. extern USHORT csb_rcv(BOOL attended, BOOL single_file);
  31. extern USHORT csb_snd(BOOL attended, unsigned nfiles, long nbytes);
  32. /* for export to emulator */
  33. extern VOID CsbENQ(VOID);
  34. extern VOID CsbAdvanceSetup(VOID);
  35. extern VOID CsbInterrogate(VOID);