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

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