Msvm_PhysicalGPUInfo class

Contains information about a RemoteFX physical graphics processing unit (GPU).

The following syntax is simplified Managed Object Format (MOF) code, and it includes all of the inherited properties.

Syntax

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_PhysicalGPUInfo : CIM_ManagedElement
{
  string InstanceID;
  string Caption;
  string Description;
  string ElementName;
  string Name;
  string ID;
  uint64 TotalVideoMemory;
  uint64 AvailableVideoMemory;
};

Members

The Msvm_PhysicalGPUInfo class has these types of members:

Properties

The Msvm_PhysicalGPUInfo class has these properties.

AvailableVideoMemory

Data type: uint64

Access type: Read-only

The amount of unused video memory, in bytes, on the physical GPU that can be used by RemoteFX.

Caption

Data type: string

Access type: Read-only

A short description of the object. This property is inherited from CIM_ManagedElement.

Description

Data type: string

Access type: Read-only

A description of the object. This property is inherited from CIM_ManagedElement.

ElementName

Data type: string

Access type: Read-only

A display name for the object. This property is inherited from CIM_ManagedElement.

ID

Data type: string

Access type: Read-only

Qualifiers: MAXLEN (1024)

The unique identifier of the physical GPU.

InstanceID

Data type: string

Access type: Read-only

Qualifiers: Key

A string that uniquely identifies an instance of this class. This property is inherited from CIM_ManagedElement.

Name

Data type: string

Access type: Read-only

Qualifiers: MAXLEN (1024)

The display name of the physical GPU.

TotalVideoMemory

Data type: uint64

Access type: Read-only

The total amount of video memory, in bytes, on the physical GPU that can be used by RemoteFX.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_ManagedElement