The ARM-specific platform properties for a virtual machine.
More...
The ARM-specific platform properties for a virtual machine.
Accessed via IMachine::platform and IPlatform::ARM.
- Interface ID:
{002C75FE-3316-4920-AECE-7D21CE6F624B}
◆ getCPUProperty()
void IPlatformARM::getCPUProperty |
( |
in CPUPropertyTypeARM |
property, |
|
|
[retval] out boolean |
value |
|
) |
| |
Returns the virtual CPU boolean value of the specified property.
- Parameters
-
property | Property type to query. |
value | Property value. |
- Expected result codes:
E_INVALIDARG | Invalid property. |
◆ setCPUProperty()
Sets the virtual CPU boolean value of the specified property.
- Parameters
-
property | Property type to query. |
value | Property value. |
- Expected result codes:
E_INVALIDARG | Invalid property. |