ACCESSTIMEOUT Structure

Type ACCESSTIMEOUT
  cbSize As Long
  dwFlags As Long
  iTimeOutMSec As Long
End Type

ACCESSTIMEOUT-type variables specify information about the time-out feature of the Windows accessibility features. After the time-out period elapses (beginning with the last user input), the FilterKeys, HighContrast, MouseKeys, StickyKeys, and ToggleKeys accessibility features are disabled. The structure specifies settings for the time-out feature.

cbSize
The size in bytes of the structure.
dwFlags
Zero or more of the following flags specifying the settings of the time-out feature:
ATF_AVAILABLE = &H4
The time-out period can be changed (this flag can be read but not set).
ATF_ONOFFFEEDBACK = &H2
Play a sound when the time-out period elapses and the accessibility features are deactivated.
ATF_TIMEOUTON = &H1
The time-out feature is activated.
iTimeOutMSec
The number of milliseconds after the last mouse or keyboard input to wait (the time-out period) before deactivating the accessibility features.

Used by: SystemParametersInfo

Go back to the alphabetical Structure listing.
Go back to the Reference section index.


This page is copyright © 2000 Paul Kuliniewicz. Copyright Information.
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/a/accesstimeout.html