CIM_VideoHeadOnController class

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

Important  The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

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

Syntax

class CIM_VideoHeadOnController : CIM_HostedDependency
{
  CIM_DisplayController REF Antecedent;
  CIM_VideoHead         REF Dependent;
};

Members

The CIM_VideoHeadOnController class has these types of members:

  • Properties

Properties

The CIM_VideoHeadOnController class has these properties.

Antecedent

Data type: CIM_DisplayController

Access type: Read-only

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

The video device that includes the head.

Dependent

Data type: CIM_VideoHead

Access type: Read-only

Qualifiers: Override, Min ( 1)

The head on the video device.

Requirements

Namespace

Root\CIMV2

See also

CIM_HostedDependency