IVMDisplay::Width property
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Retrieves the width of the virtual machine's (VM's) display, in pixels.
This property is read-only.
Syntax
HRESULT get_Width(
[out, retval] long *displayPixelWidth
);
Property value
The width, in pixels.
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 |