CIM_VideoHeadOnController class

Associates a video head with the video adapter that contains it.

Syntax

[Association, Experimental, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Device::Controller"), AMENDMENT]
class CIM_VideoHeadOnController : CIM_HostedDependency
{
  CIM_DisplayController REF Antecedent;
  CIM_VideoHead         REF Dependent;
};

Members

The CIM_VideoHeadOnController class has these types of members:

Properties

The CIM_VideoHeadOnController class has these properties.

Antecedent

Data type: CIM_DisplayController

Access type: Read-only

Qualifiers: Override ("Antecedent"), Min (1), Max (1)

The video adapter that includes the head.

Dependent

Data type: CIM_VideoHead

Access type: Read-only

Qualifiers: Override ("Dependent"), Min (1)

The head on the video adapter.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_HostedDependency