VIOSETTARGET: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== VIOSETTARGET == | == VIOSETTARGET == | ||
Text mode set target display. | Text mode set target display. | ||
=== Type === | === Type === | ||
[[USHORT]] cb | |||
[[ | USHORT type | ||
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 | |||
Value Definition | |||
0 Default selection algorithm. See VioSetMode. | |||
1 Primary | |||
2 Secondary | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 20:12, 28 November 2016
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