다음을 통해 공유


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

구성 구조 모니터링