WmiMonitorRawEEdidV1Block クラス
WmiMonitorRawEEdidV1Block WMI クラスは、Video Electronics Standard Association (VESA) Enhanced Extended Display Identification Data (E-EDID) 構造体からの生データを表します。 この 128 バイトのデータ構造には、ディスプレイに最適な構成を記述する情報が含まれています。
構文
class WmiMonitorRawEEdidV1Block : MSMonitorClass
{
boolean Active;
string InstanceName;
uint8 Id;
uint8 Type;
uint8 Content[];
};
メンバー
WmiMonitorRawEEdidV1Block クラスには、次の種類のメンバーがあります。
プロパティ
WmiMonitorRawEEdidV1Block クラスには、これらのプロパティがあります。
-
アクティブ
-
-
データ型: boolean
-
アクセスの種類: 読み取り専用
アクティブなモニターを示します。
-
-
コンテンツ
-
-
データ型: uint8 配列
-
アクセスの種類: 読み取り専用
生のブロック コンテンツを含む 128 バイト配列。
-
-
Id
-
-
データ型: uint8
-
アクセスの種類: 読み取り専用
データ ブロックの ID。
-
-
InstanceName
-
-
データ型: string
-
アクセスの種類: 読み取り専用
-
修飾子: キー
特定のモニター インスタンスの名前。
-
-
Type
-
-
データ型: uint8
-
アクセスの種類: 読み取り専用
データ ブロックの種類。 次の表は、返される可能性のある値の一覧です。
値 説明 - 0 (0x0)
初期化されていません - 1 (0x1)
EDID ベース ブロック - 2 (0x2)
EDID ブロック マップ - 255 (0xFF)
その他 -
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista |
サポートされている最小のサーバー |
Windows Server 2008 |
名前空間 |
Root\wmi |
MOF |
|
[DLL] |
|