RATEDELAY: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:RATEDELAY to RATEDELAY |
mNo edit summary |
||
Line 1: | Line 1: | ||
Typematic Rate and Delay data structure. | |||
Typematic Rate and Delay data structure. | |||
== Type == | |||
[[USHORT]] usDelay | [[USHORT]] usDelay | ||
USHORT usRate | USHORT usRate | ||
=== C Declaration Method === | |||
typedef struct | typedef struct | ||
== Fields == | |||
;usDelay:Typematic delay. | ;usDelay:Typematic delay. | ||
:Specifies the typematic delay in milliseconds. A value greater than the maximum value defaults to the maximum value. | :Specifies the typematic delay in milliseconds. A value greater than the maximum value defaults to the maximum value. |
Latest revision as of 01:00, 9 February 2020
Typematic Rate and Delay data structure.
Type
USHORT usDelay USHORT usRate
C Declaration Method
typedef struct
Fields
- usDelay
- Typematic delay.
- Specifies the typematic delay in milliseconds. A value greater than the maximum value defaults to the maximum value.
- usRate
- Typematic rate.
- Specifies the typematic rate in characters per second. A value greater than the maximum value defaults to the maximum value.