DestroyPhysicalMonitors function dxva2

int DestroyPhysicalMonitors(
  1. int dwPhysicalMonitorArraySize,
  2. Pointer<PHYSICAL_MONITOR> pPhysicalMonitorArray
)

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

_BOOL DestroyPhysicalMonitors(
  DWORD              dwPhysicalMonitorArraySize,
  LPPHYSICAL_MONITOR pPhysicalMonitorArray
);

Implementation

int DestroyPhysicalMonitors(int dwPhysicalMonitorArraySize,
        Pointer<PHYSICAL_MONITOR> pPhysicalMonitorArray) =>
    _DestroyPhysicalMonitors(dwPhysicalMonitorArraySize, pPhysicalMonitorArray);