Home > Back-end >  How to use Delphi to open the disk mapping in RDP protocol switch, thank you
How to use Delphi to open the disk mapping in RDP protocol switch, thank you

Time:09-21

The function Set_RedirectDynamicDrives (pfRedirectDynamicDrives: WordBool) : HResult; Stdcall;


Is this? My MSTSCLib_TLB pas file only see this line, no other things about RedirectDynamicDrives

So I don't know how to operate, thank you

CodePudding user response:

RedirectPrinters:=True;//using local printer
RedirectDrives:=True;//using the local hard disk
RedirectPorts:=True;//using local port
RedirectSmartCards:=True;//use local smart card
  • Related