Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about the keyboard's auto-repeat capabilities and settings.
struct KBDI_AUTOREPEAT_INFO {INT32 CurrentInitialDelay; INT32 CurrentRepeatRate; INT32 cInitialDelaysSelectable; INT32 cRepeatRatesSelectable; };
Members
- CurrentInitialDelay
Current initial delay in milliseconds. - CurrentRepeatRate
Current repeat rate in keys per second. - cInitialDelaysSelectable
Number of initial delays selectable. - cRepeatRatesSelectable
Number of repeat rates supported.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Keybd.h.
See Also
Send Feedback on this topic to the authors