RATEDELAY: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== RATEDELAY == | == RATEDELAY == | ||
Typematic Rate and Delay data structure. | Typematic Rate and Delay data structure. | ||
=== Type === | === Type === | ||
[[USHORT]] usDelay | |||
[[ | USHORT usRate | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === 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. | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 15:23, 11 November 2016
RATEDELAY
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.