Partager via


IMsTscAxEvents::OnIdleTimeoutNotification

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

VOID OnIdleTimeoutNotification();

Parameters

None.

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Discodlg.h. Mstsax.idl.
Link Library: Mstsax.lib.

See Also

IMsTscAxEvents

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.