Jump to content

VIOSETULINELOC: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== VIOSETULINELOC ==
Text mode get scanline.
Text mode get scanline.


=== Type ===
=== Type ===
 
  [[USHORT]]  cb
  [[OS2 API:DataType:USHORT|USHORT]]  cb
  USHORT  type
  [[OS2 API:DataType:USHORT|USHORT]] type
  USHORT  scanline
  [[OS2 API:DataType:USHORT|USHORT]] scanline


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


=== Fields ===
=== Fields ===
;cb:Length of this data structure in bytes.
:Length of the structure, including length. The only valid value is 6.
;type:Request type
:Request type 5 to get the scan line for underlining.
;scanline:The value returned is in the range 0 through 31 and is the scan line minus 1. A value of 32 means underlining is disabled.


cb        Length of this data structure in bytes.
[[Category:Data type]]
          Length of the structure, including length. The only valid value is 6.
 
type     Request type
          Request type 5 to get the scan line for underlining.
 
scanline  The value returned is in the range 0 through 31 and is the scan line
          minus 1. A value of 32 means underlining is disabled.

Latest revision as of 14:15, 24 May 2017

Text mode get scanline.

Type

USHORT  cb
USHORT  type
USHORT  scanline

C Declaration Method

typedef struct

Fields

cb
Length of this data structure in bytes.
Length of the structure, including length. The only valid value is 6.
type
Request type
Request type 5 to get the scan line for underlining.
scanline
The value returned is in the range 0 through 31 and is the scan line minus 1. A value of 32 means underlining is disabled.