Share via


IMsRdpClientAdvancedSettings::get_KeepAliveInterval (Windows Embedded CE 6.0)

1/6/2010

This method is no longer supported and always returns S_FALSE.

This method retrieves a value that indicates the time interval, in milliseconds, at which the client sends periodic messages to the server to keep the connection active.

Syntax

HRESULT get_keepAliveInterval( 
    LONG *pkeepAliveInterval
);

Parameters

  • pkeepAliveInterval
    [out] Indicates the time interval, in milliseconds, to send periodic keep-alive messages to the server.

Return Value

Returns S_FALSE.

Remarks

This setting is different from the Group Policy setting that specifies whether persistent client connections to the server are allowed. This setting does not affect the other setting.

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_KeepAliveInterval