Jump to content

RATEDELAY: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== RATEDELAY ==
Typematic Rate and Delay data structure.


Typematic Rate and Delay data structure.
== Type ==
 
  [[USHORT]]  usDelay
=== Type ===
  USHORT  usRate
 
  [[OS2 API:DataType:USHORT|USHORT]]  usDelay
  [[OS2 API:DataType:USHORT|USHORT]] usRate
 
==== C Declaration Method ====


=== C Declaration Method ===
typedef struct
typedef struct


=== Fields ===
== 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
;usRate:Typematic rate.
          the maximum value defaults to the maximum value.
:Specifies the typematic rate in characters per second. 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.
 
 
[[OS2_API | Back to OS/2 API]]
 


[[Category:The OS/2 API Project]]
[[Category:Data type]]

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.