Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 1.87 KB

imsrdpdevice-redirectionstate.md

File metadata and controls

81 lines (50 loc) · 1.87 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpDevice RedirectionState property
Indicates the redirection state of the device.
967734c9-64d8-4604-a133-4649279f4475
multiple
RedirectionState property Remote Desktop Services
RedirectionState property Remote Desktop Services , IMsRdpDevice interface
IMsRdpDevice interface Remote Desktop Services , RedirectionState property
apiref
IMsRdpDevice.RedirectionState
IMsRdpDevice.get_RedirectionState
IMsRdpDevice.put_RedirectionState
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpDevice::RedirectionState property

Indicates the redirection state of the device.

This property is read/write.

Syntax

HRESULT put_RedirectionState(
  [in]  VARIANT_BOOL vboolRedirState
);

HRESULT get_RedirectionState(
  [out] VARIANT_BOOL *pvboolRedirState
);

Property value

Set this parameter to VARIANT_FALSE to disable redirection or VARIANT_TRUE to enable redirection.

Error codes

If the method succeeds, S_OK is returned. Any other HRESULT value indicates that the call failed.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpDevice is defined as 60c3b9c8-9e92-4f5e-a3e7-604a912093ea

See also

IMsRdpDevice