GetMonitorTechnologyType function dxva2
Retrieves the type of technology used by a monitor.
_BOOL GetMonitorTechnologyType(
HANDLE hMonitor,
LPMC_DISPLAY_TECHNOLOGY_TYPE pdtyDisplayTechnologyType
);
Implementation
int GetMonitorTechnologyType(
int hMonitor,
Pointer<Int32> pdtyDisplayTechnologyType,
) => _GetMonitorTechnologyType(hMonitor, pdtyDisplayTechnologyType);