IVMDisplay::CanResize property
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Determines whether the Guest allows resolution changes.
This property is read-only.
Syntax
HRESULT get_CanResize(
[out, retval] VARIANT_BOOL *canResize
);
Property value
VARIANT_TRUE if the Guest allows resolution changes and VARIANT_FALSE otherwise.
Error codes
Name/value | Meaning |
---|---|
|
The operation was successful. |
|
The parameter is NULL. |
|
The configuration is unknown. |
|
The virtual machine must be running for this operation. |
|
There was no video device found for the virtual machine. |
|
The integration components feature is not available; either the integration components are not installed or the feature has been disabled. |
|
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 |