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.

53 lines
1.1 KiB

  1. LIBRARY tclient2
  2. ;DESCRIPTION 'Extension to T.Share client DLL'
  3. ;CODE MOVEABLE DISCARDABLE
  4. ;DATA PRELOAD MOVEABLE SINGLE
  5. EXPORTS
  6. T2Connect
  7. T2ConnectEx
  8. T2Check
  9. T2ClientTerminate
  10. T2Clipboard
  11. T2CloseClipboard
  12. T2Disconnect
  13. T2FreeMem
  14. T2GetBuildNumber
  15. T2GetFeedback
  16. T2GetParam
  17. T2GetSessionId
  18. T2Init
  19. T2IsHandle
  20. T2IsDead
  21. T2Logoff
  22. T2OpenClipboard
  23. T2PauseInput
  24. T2SaveClipboard
  25. T2SendData
  26. T2SendMouseClick
  27. T2SendText
  28. T2SetClientTopmost
  29. T2SetParam
  30. T2Start
  31. T2SwitchToProcess
  32. T2TypeText
  33. T2WaitForText
  34. T2WaitForMultiple
  35. T2SetDefaultWPM
  36. T2GetDefaultWPM
  37. T2SetLatency
  38. T2GetLatency
  39. T2KeyAlt
  40. T2KeyCtrl
  41. T2KeyDown
  42. T2KeyPress
  43. T2KeyUp
  44. T2VKeyAlt
  45. T2VKeyCtrl
  46. T2VKeyDown
  47. T2VKeyPress
  48. T2VKeyUp