Jump to content

RATEDELAY: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 21: Line 21:
           Specifies the typematic rate in characters per second. A value greater
           Specifies the typematic rate in characters per second. A value greater
           than the maximum value defaults to the maximum value.
           than the maximum value defaults to the maximum value.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 16:45, 30 October 2011

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.


Back to OS/2 API