◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSDEVIOCTL typedef struct _RATEDELAY { /* rtdly */ USHORT usDelay; USHORT usRate; } RATEDELAY; The RATEDELAY structure contains typamatic information. Field Description ──────────────────────────────────────────────────────────────────────────── usDelay Specifies the typamatic delay (in milliseconds). A value greater than the maximum value defaults to the maximum value. usRate Specifies the typamatic rate (characters-per-second). A value greater than the maximum value defaults to the maximum value. See Also KBD_SETTYPAMATICRATE ♦