IVMHostInfo::ProcessorFeaturesString property
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Retrieves the list features supported by the host processor.
This property is read-only.
Syntax
HRESULT get_ProcessorFeaturesString(
[out, retval] BSTR *featuresString
);
Property value
A comma-delimited list of features. An example would be "MMX,SSE,SSE2,x86-64".
Value | Meaning |
---|---|
|
Supports the AMD Virtualization extensions. |
|
Supports the Intel Virtualization Technology extensions. |
|
Hardware Assisted Virtualization is disabled. |
|
Hardware Assisted Virtualization is enabled. |
|
Supports the MMX extensions. |
|
Supports the Streaming SIMD Extensions. |
|
Supports the Streaming SIMD Extensions 2. |
|
Supports the Streaming SIMD Extensions 3. |
|
Supports the Trusted Execution Technology extensions. |
|
Supports x86-64 extensions. |
Error codes
Name/value | Meaning |
---|---|
|
The operation was successful. |
|
The parameter is NULL. |
|
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_IVMHostInfo is defined as 5b5cf343-05ad-453b-be99-adf4e27b2ebc |