Share via


IMsRdpClientAdvancedSettings::put_RedirectPorts (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that indicates whether local-port (COM and LPT) redirection is enabled.

Syntax

HRESULT put_RedirectPorts( 
    VARIANT_BOOL redirectPorts
);

Parameters

  • redirectPorts
    [in] Indicates whether local-port redirection is enabled.

    Set this parameter to VARIANT_TRUE to enable local-port redirection. Set this parameter to VARIANT_FALSE to make local-port redirection unavailable.

Return Value

Returns S_OK if successful.

Requirements

Header mstsax.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsRdpClientAdvancedSettings Methods for Redirection
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::get_RedirectPorts