PHYSICAL_MONITOR構造体 (physicalmonitorenumerationapi.h)
物理モニターに対応するハンドルとテキストの説明が含まれます。
構文
typedef struct _PHYSICAL_MONITOR {
HANDLE hPhysicalMonitor;
WCHAR szPhysicalMonitorDescription[PHYSICAL_MONITOR_DESCRIPTION_SIZE];
} PHYSICAL_MONITOR, *LPPHYSICAL_MONITOR;
メンバー
hPhysicalMonitor
物理モニターへのハンドル。
szPhysicalMonitorDescription[PHYSICAL_MONITOR_DESCRIPTION_SIZE]
物理モニターのテキストの説明。
注釈
物理モニター記述は、常に 128 文字の配列です。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | physicalmonitorenumerationapi.h |
こちらもご覧ください
GetPhysicalMonitorsFromHMONITOR