Jump to content

VIOSETTARGET: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 27: Line 27:
                   1      Primary  
                   1      Primary  
                   2      Secondary
                   2      Secondary
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 21:57, 1 November 2011

VIOSETTARGET

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
                  Value  Definition 
                  0      Default selection algorithm. See VioSetMode. 
                  1      Primary 
                  2      Secondary

Back to OS/2 API