Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.57 KB

nf-physicalmonitorenumerationapi-destroyphysicalmonitor.md

File metadata and controls

74 lines (60 loc) · 2.57 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:physicalmonitorenumerationapi.DestroyPhysicalMonitor
DestroyPhysicalMonitor function (physicalmonitorenumerationapi.h)
Closes a handle to a physical monitor.
DestroyPhysicalMonitor
DestroyPhysicalMonitor function [Monitor Configuration]
monitor.destroyphysicalmonitor
physicalmonitorenumerationapi/DestroyPhysicalMonitor
monitor\destroyphysicalmonitor.htm
Monitor
5371cbe4-80f5-4514-88e7-38107cd1a127
12/05/2018
DestroyPhysicalMonitor, DestroyPhysicalMonitor function [Monitor Configuration], monitor.destroyphysicalmonitor, physicalmonitorenumerationapi/DestroyPhysicalMonitor
physicalmonitorenumerationapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Dxva2.lib
Dxva2.dll
Windows
19H1
DestroyPhysicalMonitor
physicalmonitorenumerationapi/DestroyPhysicalMonitor
c++
APIRef
kbSyntax
DllExport
dxva2.dll
Ext-MS-Win-moderncore-Win32k-base-ntgdi-l1-1-0.dll
win32kfull.sys
win32kmin.sys
DestroyPhysicalMonitor

DestroyPhysicalMonitor function

-description

Closes a handle to a physical monitor. Call this function to close a monitor handle obtained from the GetPhysicalMonitorsFromHMONITOR or GetPhysicalMonitorsFromIDirect3DDevice9 function.

-parameters

-param hMonitor [in]

Handle to a physical monitor.

-returns

If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError.

-see-also

DestroyPhysicalMonitors Function

Monitor Configuration Functions