Share via


KBDI_AUTOREPEAT_INFO

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/28/2008

This structure contains information about the keyboard's auto-repeat capabilities and settings.

Syntax

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

Header keybd.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

PFN_KEYBD_DRIVER_GET_INFO