GetNumberOfPhysicalMonitorsFromHMONITOR function dxva2
Retrieves the number of physical monitors associated with an HMONITOR monitor handle. Call this function before calling GetPhysicalMonitorsFromHMONITOR.
_BOOL GetNumberOfPhysicalMonitorsFromHMONITOR(
HMONITOR hMonitor,
LPDWORD pdwNumberOfPhysicalMonitors
);
Implementation
int GetNumberOfPhysicalMonitorsFromHMONITOR(
int hMonitor,
Pointer<Uint32> pdwNumberOfPhysicalMonitors,
) => _GetNumberOfPhysicalMonitorsFromHMONITOR(
hMonitor,
pdwNumberOfPhysicalMonitors,
);