Leaked source code of windows server 2003
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

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