IMsTscAxEvents::OnIdleTimeoutNotification (Windows CE 5.0)
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.
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
Send Feedback on this topic to the authors