Compartilhar via


KBDI_AUTOREPEAT_INFO

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa estrutura contém informações sobre recursos auto-REPEAT e configurações do teclado.

Syntax

struct KBDI_AUTOREPEAT_INFO {
  INT32 CurrentInitialDelay; 
  INT32 CurrentRepeatRate; 
  INT32 cInitialDelaysSelectable; 
  INT32 cRepeatRatesSelectable; 
};

Os membros

  • CurrentInitialDelay
    Atraso inicial atual em milissegundos.
  • CurrentRepeatRate
    Nas chaves por segundo Taxa de repetição atual.
  • cInitialDelaysSelectable
    Número de atrasos iniciais selecionável.
  • cRepeatRatesSelectable
    Número de repetição taxas com suporte.

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