IVMGuestOS::SuiteMask property
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Retrieves the SuiteMask of the guest operating system running in the virtual machine.
This property is read-only.
Syntax
HRESULT get_SuiteMask(
[out, retval] BSTR *suiteMask
);
Property value
The suite mask. The following string values are supported.
Value | Meaning |
---|---|
|
Microsoft BackOffice components are installed. |
|
Windows Server 2003, Web Edition is installed. |
|
Windows Server 2003, Compute Cluster Edition is installed. |
|
Windows Server 2008 R2 Datacenter, Windows Server 2008 Datacenter, Windows Server 2003, Datacenter Edition, or Windows 2000 Datacenter Server is installed. |
|
Windows Server 2008 R2 Enterprise, Windows Server 2008 Enterprise, Windows Server 2003, Enterprise Edition, or Windows 2000 Advanced Server is installed. |
|
Windows XP Embedded is installed. |
|
Windows Vista Home Premium, Windows Vista Home Basic, or Windows XP Home Edition is installed. |
|
Remote Desktop is supported, but only one interactive session is supported. |
|
Microsoft Small Business Server was once installed on the system, but may have been upgraded to another version of Windows. |
|
Microsoft Small Business Server is installed with the restrictive client license in force. |
|
Windows Storage Server 2003 R2 or Windows Storage Server 2003 is installed. |
|
Remote Desktop Services is installed. This value is always set. |
|
Windows Home Server is installed. |
Error codes
Name/value | Meaning |
---|---|
|
The operation was successful. |
|
The parameter is NULL. |
|
The VM is not running. |
|
Integration components are not installed in this VM. |
|
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_IVMGuestOS is defined as 99fea0db-4880-499a-b6d8-73dff9bc91be |