WmiMonitorRawEEdidV1Block class

The WmiMonitorRawEEdidV1Block WMI class represents the raw data from a Video Electronics Standard Association (VESA) Enhanced Extended Display Identification Data (E-EDID) structure. This 128-byte data structure contains information that describes the optimal configuration for a display.

Syntax

class WmiMonitorRawEEdidV1Block : MSMonitorClass
{
  boolean Active;
  string  InstanceName;
  uint8   Id;
  uint8   Type;
  uint8   Content[];
};

Members

The WmiMonitorRawEEdidV1Block class has these types of members:

Properties

The WmiMonitorRawEEdidV1Block class has these properties.

Active

Data type: boolean

Access type: Read-only

Indicates the active monitor.

Content

Data type: uint8 array

Access type: Read-only

128 byte array that contains the raw block content.

Id

Data type: uint8

Access type: Read-only

Identity of the data block.

InstanceName

Data type: string

Access type: Read-only

Qualifiers: Key

Name of the specific monitor instance.

Type

Data type: uint8

Access type: Read-only

Type of data block. The following table lists possible values that can be returned.

Value Meaning
0 (0x0)
Uninitialized
1 (0x1)
EDID base block
2 (0x2)
EDID block map
255 (0xFF)
Other

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\wmi
MOF
WmiCore.mof
DLL
WmiProv.dll

See also

MSMonitorClass

WmiGetMonitorRawEEdidV1Block