Share via


IMsRdpClientAdvancedSettings::put_ConnectWithEndpoint (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that indicates the connected socket that the ActiveX client control will connect to.

Syntax

HRESULT put_ConnectWithEndpoint( 
    VARIANT *ConnectEndpoint
);

Parameters

  • ConnectEndpoint
    [out] Indicates the connected socket that the ActiveX client control will connect to.

Return Value

Returns S_OK if successful. Returns E_HANDLE if ConnectEndPoint is not of type VT_BYREF. Returns E_NOTIMPL if the Remote Desktop ActiveX control you are using to connect is the desktop version rather than the Windows Embedded CE version.

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

Other Resources

socket (Windows Sockets)