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.

42 lines
1.1 KiB

  1. LIBRARY COMM
  2. DESCRIPTION 'Windows Communications Driver'
  3. EXETYPE WINDOWS
  4. STUB '..\..\bin\WINSTUB.EXE'
  5. DATA PRELOAD FIXED SINGLE
  6. SEGMENTS
  7. _INIT PRELOAD MOVEABLE DISCARDABLE 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
  33. IMPORTS
  34. CreateSystemTimer = SYSTEM.2
  35. GetSystemMsecCount = SYSTEM.6