Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Retrieves the current video mode.
This property is read-only.
Syntax
HRESULT get_VideoMode(
[out, retval] VMDisplayVideoMode *videoMode
);
Property value
The current video mode of the guest operating system. For a list of values, see VMDisplayVideoMode.
Error codes
| Name/value | Meaning |
|---|---|
|
The operation was successful. |
|
The parameter is NULL. |
|
The virtual machine must be running for this operation. |
|
The virtual machine is not valid or is not currently running. |
|
Unable to locate a valid display for the virtual machine. |
|
An unexpected error has occurred. |
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 |
|
| IID |
IID_IVMDisplay is defined as 960895e9-f743-4498-96aa-261f867e7fc5 |