Share via


IMsTscAxEvents::OnIdleTimeoutNotification (Windows Embedded CE 6.0)

1/6/2010

This method is called when there has been no mouse or keyboard input during the period of time set by the put_MinutesToIdletimeout method in IMsRdpClientAdvancedSettings.

Syntax

VOID OnIdleTimeoutNotification();

Parameters

None.

Return Value

None.

Remarks

The default value of the MinutesToIdleTimeout property is zero and the system does not monitor for idle timeouts. This event occurs only if the property is set to a nonzero value. You must reset the value of the MinutesToIdleTimeout property each time the event occurs.

Applications can use the MinutesToIdleTimeout property in situations where it is useful to disconnect a user, such as in a kiosk or other public terminal.

Requirements

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

See Also

Reference

IMsTscAxEvents