次の方法で共有


CIM_VideoHead クラス

CIM_DisplayController オブジェクトの 1 つのヘッドを表します。

構文

[Experimental, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Device::Controller"), AMENDMENT]
class CIM_VideoHead : CIM_LogicalDevice
{
  uint32 CurrentBitsPerPixel;
  uint32 CurrentHorizontalResolution;
  uint32 CurrentVerticalResolution;
  uint32 MaxRefreshRate;
  uint32 MinRefreshRate;
  uint32 CurrentRefreshRate;
  uint16 CurrentScanMode;
  string OtherCurrentScanMode;
  uint32 CurrentNumberOfRows;
  uint32 CurrentNumberOfColumns;
  uint64 CurrentNumberOfColors;
};

メンバー

CIM_VideoHead クラスには、次の種類のメンバーがあります。

プロパティ

CIM_VideoHead クラスには、これらのプロパティがあります。

CurrentBitsPerPixel

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: Units ("Bits")、 MappingStrings ("MIF。DMTF|Video|004.12"), PUnit ("bit")

各ピクセルの表示に使用されるビット数。

CurrentHorizontalResolution

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: 単位 ("ピクセル")、 MappingStrings ("MIF。DMTF|Video|004.11")、 ModelCorrespondence ("CIM_VideoHeadResolution.HorizontalResolution")、 PUnit ("pixel")

現在の水平ピクセル数。

CurrentNumberOfColors

データ型: uint64

アクセスの種類: 読み取り専用

修飾子: ModelCorrespondence ("CIM_VideoHeadResolution.NumberOfColors")

現在の解像度でサポートされている色の数。

CurrentNumberOfColumns

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: MappingStrings ("MIF.DMTF|Video|004.14")

文字モードの場合は、ディスプレイ コントローラーの列数。それ以外の場合は、"0" です。

CurrentNumberOfRows

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: MappingStrings ("MIF.DMTF|Video|004.13")

文字モードの場合は、ディスプレイ コントローラーの行数。それ以外の場合は、"0" です。

CurrentRefreshRate

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: Units ("Hertz")、 MappingStrings ("MIF。DMTF|Video|004.15"), ModelCorrespondence ("CIM_VideoHeadResolution.RefreshRate"), PUnit ("hertz")

ディスプレイ コントローラーの現在のリフレッシュ レート (ヘルツ単位)。

CurrentScanMode

データ型: uint16

アクセスの種類: 読み取り専用

修飾子: MappingStrings ("MIF.DMTF|Video|004.8")、 ModelCorrespondence ("CIM_VideoHeadOtherCurrentScanMode, CIM_VideoHeadResolution.ScanMode")

ディスプレイ コントローラーの現在のスキャン モード。

不明 (0)

その他 (1)

サポートされていません (2)

非インターレース操作 (3)

インターレース操作 (4)

CurrentVerticalResolution

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: 単位 ("ピクセル")、 MappingStrings ("MIF。DMTF|Video|004.10")、 ModelCorrespondence ("CIM_VideoHeadResolution.VerticalResolution")、 PUnit ("pixel")

現在の垂直ピクセル数。

MaxRefreshRate

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: Units ("Hertz")、 MappingStrings ("MIF。DMTF|Video|004.5"), ModelCorrespondence ("CIM_VideoHeadResolution.MaxRefreshRate"), PUnit ("hertz")

ディスプレイ コントローラーの最大リフレッシュ レート (ヘルツ単位)。

MinRefreshRate

データ型: uint32

アクセスの種類: 読み取り専用

修飾子: Units ("Hertz")、 MappingStrings ("MIF。DMTF|Video|004.4"), ModelCorrespondence ("CIM_VideoHeadResolution.MinRefreshRate"), PUnit ("hertz")

ディスプレイ コントローラーの最小リフレッシュ レート (ヘルツ単位)。

OtherCurrentScanMode

データ型: string

アクセスの種類: 読み取り専用

修飾子: ModelCorrespondence ("CIM_VideoHeadCurrentScanMode, CIM_VideoHeadResolution.OtherScanMode")

CurrentScanMode プロパティが "1" の場合の現在のスキャン モードの説明 (その他)。

要件

要件
サポートされている最小のクライアント
Windows 8
サポートされている最小のサーバー
Windows Server 2012
名前空間
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
[DLL]
Vmms.exe

関連項目

CIM_LogicalDevice