Source code of Windows XP (NT5)
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.

18 lines
789 B

  1. WORD FAR PASCAL inicom(DCB FAR *);
  2. WORD FAR PASCAL setcom(DCB FAR *);
  3. void FAR PASCAL setque(int, qdb FAR *);
  4. int FAR PASCAL reccom(int);
  5. WORD FAR PASCAL sndcom(int, int);
  6. WORD FAR PASCAL ctx(int, int);
  7. int FAR PASCAL trmcom(int);
  8. WORD FAR PASCAL stacom(int, COMSTAT FAR *);
  9. LONG FAR PASCAL cextfcn(int, int);
  10. WORD FAR PASCAL cflush(int, int);
  11. WORD FAR *FAR PASCAL cevt(int, int);
  12. WORD FAR PASCAL cevtGet(int, int);
  13. int FAR PASCAL csetbrk(int);
  14. int FAR PASCAL cclrbrk(int);
  15. DCB FAR *FAR PASCAL getdcb(int);
  16. int FAR PASCAL CommWriteString(int cid, LPSTR pbuf, int size);
  17. BOOL FAR PASCAL EnableNotification(int cid, HWND hwnd,
  18. int recvth, int sendth);