Share via


IMsRdpClientAdvancedSettings::get_GrabFocusOnConnect (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that specifies whether the ActiveX client control will obtain the UI focus while connecting to a server.

Syntax

HRESULT get_GrabFocusOnConnect( 
    VARIANT_BOOL *pfGrabFocusOnConnect
);

Parameters

  • pfGrabFocusOnConnect
    [out] VARIANT_BOOL indicating whether the ActiveX client control will obtain the focus while connecting to a server.

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 Connections, Timeouts, Intervals, and Events
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::put_GrabFocusOnConnect