msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
RATEDELAY (1.2)
                                                      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