Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.76 KB

nf-physicalmonitorenumerationapi-destroyphysicalmonitors.md

File metadata and controls

75 lines (59 loc) · 2.76 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.DestroyPhysicalMonitors
DestroyPhysicalMonitors function (physicalmonitorenumerationapi.h)
Closes an array of physical monitor handles.
DestroyPhysicalMonitors
DestroyPhysicalMonitors function [Monitor Configuration]
monitor.destroyphysicalmonitors
physicalmonitorenumerationapi/DestroyPhysicalMonitors
monitor\destroyphysicalmonitors.htm
Monitor
ec9bbadf-93f3-4842-9bcc-e6a76f2f1ccf
12/05/2018
DestroyPhysicalMonitors, DestroyPhysicalMonitors function [Monitor Configuration], monitor.destroyphysicalmonitors, physicalmonitorenumerationapi/DestroyPhysicalMonitors
physicalmonitorenumerationapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Dxva2.lib
Dxva2.dll
Windows
19H1
DestroyPhysicalMonitors
physicalmonitorenumerationapi/DestroyPhysicalMonitors
c++
APIRef
kbSyntax
DllExport
dxva2.dll
DestroyPhysicalMonitors

DestroyPhysicalMonitors function

-description

Closes an array of physical monitor handles. Call this function to close an array of monitor handles obtained from the GetPhysicalMonitorsFromHMONITOR or GetPhysicalMonitorsFromIDirect3DDevice9 function.

-parameters

-param dwPhysicalMonitorArraySize [in]

Number of elements in the pPhysicalMonitorArray array.

-param pPhysicalMonitorArray [in]

Pointer to an array of PHYSICAL_MONITOR structures.

-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

DestroyPhysicalMonitor Function

Monitor Configuration Functions