VIOSETTARGET: Difference between revisions
Appearance
New |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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 | |||
::0 Default selection algorithm. See [[VioSetMode]] | |||
::1 Primary | |||
::2 Secondary | |||
[[Category:Data type]] | |||
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