Share via


IMsRdpClient6::get_AdvancedSettings7 (Compact 7)

3/12/2014

This method retrieves advanced settings for the client control.

Syntax

HRESULT STDMETHODCALLTYPE get_AdvancedSettings7( 
    [out] IMsRdpClientAdvancedSettings6 **ppAdvSettings
);

Parameters

  • ppAdvSettings
    Pointer to the address of an IMsRdpClientAdvancedSettings6 interface containing the advanced settings for the client control.

Return Value

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

Requirements

Header

mstsax.h,
mstsax.idl

Library

Mstsax.lib

See Also

Reference

IMsRdpClient6