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.

41 lines
1.0 KiB

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