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 [僅限傳統型應用程式]
標頭 physicalmonitorenumerationapi.h

另請參閱

GetPhysicalMonitorsFromHMONITOR

GetPhysicalMonitorsFromIDirect3DDevice9

監視組態結構