Share via


IMsRdpClient::get_SecuredSettings2 (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a pointer to the IMsRdpClientSecuredSettings interface. The interface can be used to set secured settings for the ActiveX client control.

Syntax

HRESULT get_SecuredSettings2( 
    IMsRdpClientSecuredSettings *ppSecuredSettings
);

Parameters

  • ppSecuredSettings
    [out] An IMsRdpClientSecuredSettings interface pointer.

Return Value

If the method succeeds, S_OK is returned. Any other HRESULT value indicates that the call failed.

Requirements

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

See Also

Reference

IMsRdpClient