23 lines
412 B
Modula-2
23 lines
412 B
Modula-2
; tslauncher.def : Declares the module parameters.
|
|
|
|
LIBRARY DEVMGR.DLL
|
|
|
|
EXPORTS
|
|
TSLOpen @1
|
|
TSLClose @2
|
|
TSLReInit @3
|
|
TSLLaunchKnownTSA @4
|
|
TSLLaunchKnownTSW @5
|
|
TSLLaunchA @6
|
|
TSLLaunchW @7
|
|
TSLLaunchDeviceA @8
|
|
TSLLaunchDeviceW @9
|
|
TSLLanguageA @10
|
|
TSLLanguageW @11
|
|
TSLMachineIDA @12
|
|
TSLMachineIDW @13
|
|
TSLDeviceInstanceIDA @14
|
|
TSLDeviceInstanceIDW @15
|
|
TSLStatusA @16
|
|
TSLStatusW @17
|