IMsRdpClientNonScriptable4::WarnAboutPrinterRedirection property

Controls whether the redirection dialog box displays a message about printer redirection before starting a session.

This property is read/write.

Syntax

HRESULT put_WarnAboutPrinterRedirection(
  [in]  VARIANT_BOOL fWarn
);

HRESULT get_WarnAboutPrinterRedirection(
  [out] VARIANT_BOOL *pfWarn
);

Property value

Sets whether the redirection dialog box displays a message about printer redirection.

Error codes

Returns S_OK if successful.

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

IMsRdpClientNonScriptable5

IMsRdpClientNonScriptable4