Share via


IMsRdpClientAdvancedSettings::put_ClearTextPassword (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that specifies the connection password for the Remote Desktop ActiveX control, in clear-text format.

Syntax

HRESULT put_ClearTextPassword( 
    BSTR clearTextPassword
);

Parameters

  • clearTextPassword
    [out] BSTR that specifies the password, in clear-text format.

Return Value

Returns S_OK if successful. Returns E_INVALIDARG if clearTextPassword is invalid.

Remarks

For details, see IMsTscNonScriptable::put_ClearTextPassword.

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 Customization and Performance
IMsRdpClientAdvancedSettings