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

监视配置结构