Jump to content

VIOSETULINELOC: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 23: Line 23:
  scanline  The value returned is in the range 0 through 31 and is the scan line
  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.
           minus 1. A value of 32 means underlining is disabled.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 21:31, 1 November 2011

VIOSETULINELOC

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.


Back to OS/2 API