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.

38 lines
1.0 KiB

  1. LIBRARY COMM
  2. DESCRIPTION 'Windows Dispatch Communications Driver'
  3. EXETYPE WINDOWS
  4. DATA PRELOAD FIXED SINGLE
  5. SEGMENTS
  6. _INIT PRELOAD MOVEABLE DISCARDABLE SHARED
  7. _TEXT PRELOAD FIXED SHARED
  8. ; _TEXT MOVEABLE DISCARDABLE SHARED
  9. ; _INTERRUPT PRELOAD FIXED SHARED
  10. EXPORTS
  11. inicom @1
  12. setcom @2
  13. setque @3
  14. reccom @4
  15. sndcom @5
  16. ctx @6
  17. trmcom @7
  18. stacom @8
  19. cextfcn @9
  20. cflush @10
  21. cevt @11
  22. cevtGet @12
  23. csetbrk @13
  24. cclrbrk @14
  25. getdcb @15
  26. ; mapdevname @16 ;Reserved for mapping dev to cid
  27. SuspendOpenCommPorts @17 ;for 286 winoldaps only
  28. ReactivateOpenCommPorts @18 ;for 286 winoldaps only
  29. CommWriteString @19 ; for fast lpt output
  30. ReadCommString @20 ; for fast input
  31. EnableNotification @100
  32. WEP