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
434 B
22 lines
434 B
; 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
|