CIM_VideoHeadOnController class

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

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

Syntax

[Association, Experimental, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Device::Controller")]
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

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_HostedDependency

Failover Clustering Hyper-V WMI Provider