Windows API Guide: SHGetSpecialFolderLocation Function


Type TOGGLEKEYS   cbSize As Long   dwFlags As Long End Type

TOGGLEKEYS-type variables store information about the ToggleKeys accessibility feature. ToggleKeys plays a sound whenever the user toggles Caps Lock, Num Lock, or Scroll Lock. This structure holds the settings and properties of ToggleKeys.

cbSize
The size in bytes of the structure.
dwFlags
Zero or more of the following flags specifying various settings and properties of ToggleKeys:
TKF_AVAILABLE = &H2
The ToggleKeys accessibility feature is available.
TKF_CONFIRMHOTKEY = &H8
Win 95/98 only: Open a confirmation dialog box when the user enables ToggleKeys via the hot key,
TKF_HOTKEYACTIVE = &H4
Enable the user to toggle ToggleKeys via the hot key: hold Num Lock for eight seconds.
TKF_HOTKEYSOUND = &H10
Play a sound when the user toggles ToggleKeys via the hot key.
TKF_INDICATOR = &H20
Win 95/98 only: Display an icon in the system tray while ToggleKeys is on.
TKF_TOGGLEKEYSON = &H1
ToggleKeys is currently on.

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/t/togglekeys.html



Windows API Guide
Windows API Guide - Reference - Volume 1: Version 3.0 For the MS-DOS and PC-DOS Operating Systems
ISBN: B001V0KQIY
EAN: N/A
Year: 1998
Pages: 610

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net