VMDisplayVideoMode enumeration
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Specifies the display video mode.
Syntax
typedef enum {
vmVideoMode_TextMode = 0,
vmVideoMode_CGAMode = 1,
vmVideoMode_VGAMode = 2,
vmVideoMode_SVGAMode = 3
} VMDisplayVideoMode;
Constants
-
vmVideoMode_TextMode
-
Text mode.
-
vmVideoMode_CGAMode
-
CGA mode.
-
vmVideoMode_VGAMode
-
VGA mode.
-
vmVideoMode_SVGAMode
-
SVGA mode.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
None supported |
End of client support |
Windows 7 |
Product |
Windows Virtual PC |
Header |
|