DisplayMode 構造体 (cloneviewhelper.h)
DisplayMode 構造体は、ディスプレイ デバイスを表します。
構文
typedef struct tagDisplayMode {
WCHAR DeviceName[32];
DEVMODEW devMode;
} DisplayMode;
メンバー
DeviceName[32]
表示デバイスの名前を含む 1 つのワイド文字列。
devMode
表示装置の特性を含む DEVMODEW 構造体。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista 以降のバージョンの Windows オペレーティング システムで使用できます。 |
Header | cloneviewhelper.h (Cloneviewhelper.h を含む) |