mirror of https://github.com/lianthony/NT4.0
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.
22 lines
489 B
22 lines
489 B
LIBRARY MODEMUI
|
|
EXETYPE WINDOWS
|
|
PROTMODE
|
|
|
|
DESCRIPTION 'Windows Modem Properties'
|
|
|
|
CODE MOVEABLE DISCARDABLE PRELOAD
|
|
DATA MOVEABLE PRELOAD SINGLE
|
|
|
|
HEAPSIZE 1024
|
|
|
|
EXPORTS
|
|
Mdm_CommConfigDialog @1
|
|
UnimodemGetDefaultCommConfig @10
|
|
|
|
; Stubs to KERNEL32
|
|
drvCommConfigDialogW @2
|
|
drvCommConfigDialogA @3
|
|
drvSetDefaultCommConfigW @4
|
|
drvSetDefaultCommConfigA @5
|
|
drvGetDefaultCommConfigW @6
|
|
drvGetDefaultCommConfigA @7
|