Jump to content

VIOSETTARGET: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== VIOSETTARGET ==
Text mode set target display.
Text mode set target display.


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


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


=== Fields ===
=== Fields ===
;cb:Length of the structure in bytes, including length.
:The only valid value is 6.
;type:Request type.
:Request type 6 to get display configuration selected to be the target of the next VioSetMode.
;defaultalgorithm:Target
::0 Default selection algorithm. See [[VioSetMode]]
::1 Primary
::2 Secondary


cb                Length of the structure in bytes, including length.
[[Category:Data type]]
                  The only valid value is 6.
 
type              Request type.
                  Request type 6 to get display configuration selected to be
                  the target of the next VioSetMode.
 
defaultalgorithm  Target
                  Value  Definition
                  0      Default selection algorithm. See VioSetMode.
                  1      Primary
                  2      Secondary
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 20:31, 14 March 2019

Text mode set target display.

Type

USHORT  cb
USHORT  type
USHORT  defaultalgorithm

C Declaration Method

typedef struct

Fields

cb
Length of the structure in bytes, including length.
The only valid value is 6.
type
Request type.
Request type 6 to get display configuration selected to be the target of the next VioSetMode.
defaultalgorithm
Target
0 Default selection algorithm. See VioSetMode
1 Primary
2 Secondary