You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
((IMsRdpClientNonScriptable3)_rdpClient.GetOcx()).RedirectDynamicDrives=true;// Specifies or retrieves whether dynamically attached Plug and Play (PnP) drives that are enumerated while in a session are available for redirection. https://docs.microsoft.com/en-us/windows/win32/termserv/imsrdpclientnonscriptable3-redirectdynamicdrives
272
-
// enable then usb disk can be redirect
273
-
((IMsRdpClientNonScriptable3)_rdpClient.GetOcx()).RedirectDynamicDevices=_rdpSettings.EnableRedirectDrivesPlugIn==true;// Specifies whether dynamically attached PnP devices that are enumerated while in a session are available for redirection. https://docs.microsoft.com/en-us/windows/win32/termserv/imsrdpclientnonscriptable3-redirectdynamicdevices
((IMsRdpClientNonScriptable3)_rdpClient.GetOcx()).RedirectDynamicDevices=true;// Specifies whether dynamically attached PnP devices that are enumerated while in a session are available for redirection. https://docs.microsoft.com/en-us/windows/win32/termserv/imsrdpclientnonscriptable3-redirectdynamicdevices
0 commit comments