DestroyPhysicalMonitor function dxva2

int DestroyPhysicalMonitor(
  1. int hMonitor
)

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

_BOOL DestroyPhysicalMonitor(
  HANDLE hMonitor
);

Implementation

int DestroyPhysicalMonitor(int hMonitor) => _DestroyPhysicalMonitor(hMonitor);