IMsRdpClientNonScriptable4::RedirectionWarningType property

Controls the presence and appearance of the dialog box that notifies the user about redirection.

This property is read/write.

Syntax

HRESULT put_RedirectionWarningType(
  [in]  RedirectionWarningType wrnType
);

HRESULT get_RedirectionWarningType(
  [out] RedirectionWarningType *pWrnType
);

Property value

Sets the type of the dialog box that notifies the user of redirection.

RedirectionWarningTypeDefault (0x0000)

The dialog box is not publisher specific.

RedirectionWarningTypeUnsigned (0x0001)

The dialog box is for unsigned files.

RedirectionWarningTypeUnknown (0x0002)

The dialog box is for an unknown publisher.

RedirectionWarningTypeUser (0x0003)

The dialog box is for the user's files.

RedirectionWarningTypeThirdPartySigned (0x0004)

The dialog box is displayed for third-party-certified, signed files.

RedirectionWarningTypeTrusted (0x0005)

The dialog box is not displayed because the application is published by a trusted publisher.

RedirectionWarningTypeMax (0x0005)

The dialog box is not displayed because the application is published by a trusted publisher.

Error codes

Returns S_OK if successful.

Remarks

The value RedirectionWarningTypeDefault, which is the default value of this property, exerts no control over the dialog box. The controlling property in this case is ShowRedirectionWarningDialog in IMsRdpClientNonScriptable3.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsRdpClientNonScriptable4 is defined as f50fa8aa-1c7d-4f59-b15c-a90cacae1fcb

See also

IMsRdpClientNonScriptable4

IMsRdpClientNonScriptable5