Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

29 lines
474 B

LIBRARY MODEMUI
EXETYPE WINDOWS
PROTMODE
DESCRIPTION 'Windows Modem Diagnostics'
CODE MOVEABLE DISCARDABLE PRELOAD
DATA MOVEABLE PRELOAD SINGLE
HEAPSIZE 1024
EXPORTS
MdmDbgInit @100
MdmDbgDeinit @101
MdmDbgRegisterObject @110
MdmDbgUnRegisterObject @111
MdmDbgNotify @120
MdmDbgTrace1 @130
MdmDbgTrace2 @131
MdmDbgTrace3 @132
MdmDbgTrace4 @133
MdmDbgTrace5 @134
MdmDbgTrace6 @135
MdmDbgTrace7 @136
MdmDbgTrace8 @137