DestroyPhysicalMonitors 함수(physicalmonitorenumerationapi.h)
물리적 모니터 핸들의 배열을 닫습니다. 이 함수를 호출하여 GetPhysicalMonitorsFromHMONITOR 또는 GetPhysicalMonitorsFromIDirect3DDevice9 함수에서 가져온 모니터 핸들 배열을 닫습니다.
구문
_BOOL DestroyPhysicalMonitors(
[in] DWORD dwPhysicalMonitorArraySize,
[in] LPPHYSICAL_MONITOR pPhysicalMonitorArray
);
매개 변수
[in] dwPhysicalMonitorArraySize
pPhysicalMonitorArray 배열의 요소 수입니다.
[in] pPhysicalMonitorArray
PHYSICAL_MONITOR 구조체의 배열에 대한 포인터입니다.
반환 값
함수가 성공하면 반환 값은 TRUE입니다. 함수가 실패하면 반환 값은 FALSE입니다. 확장 오류 정보를 가져오려면 GetLastError를 호출합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | physicalmonitorenumerationapi.h |
라이브러리 | Dxva2.lib |
DLL | Dxva2.dll |