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.

43 lines
1.4 KiB

  1. /***************************************************************************
  2. Name : EFAXCB.H
  3. Comment :
  4. Copyright (c) Microsoft Corp. 1991, 1992, 1993
  5. Revision Log
  6. Date Name Description
  7. -------- ----- ---------------------------------------------------------
  8. ***************************************************************************/
  9. #include "protparm.h"
  10. /****************** begin prototypes from icomfile.c *****************/
  11. BOOL ICommRecvCaps(PThrdGlbl pTG, LPBC lpBC);
  12. BOOL ICommRecvParams(PThrdGlbl pTG, LPBC lpBC);
  13. USHORT ICommNextSend(PThrdGlbl pTG);
  14. SWORD ICommGetSendBuf(PThrdGlbl pTG, LPBUFFER far* lplpbf, SLONG slOffset);
  15. BOOL ICommPutRecvBuf(PThrdGlbl pTG, LPBUFFER lpbf, SLONG slOffset);
  16. LPBC ICommGetBC(PThrdGlbl pTG, BCTYPE bctype);
  17. /***************** end of prototypes from icomfile.c *****************/
  18. // flags for PutRecvBuf
  19. #define RECV_STARTPAGE -2
  20. #define RECV_ENDPAGE -3
  21. #define RECV_ENDDOC -4
  22. #define RECV_SEQ -5
  23. #define RECV_SEQBAD -6
  24. #define RECV_FLUSH -7
  25. #define RECV_ENDDOC_FORCESAVE -8
  26. // flags for GetSendBuf
  27. #define SEND_STARTPAGE -2
  28. #define SEND_SEQ -4
  29. #define SEND_ERROR -1
  30. #define SEND_EOF 1
  31. #define SEND_OK 0