GetMonitorTechnologyType function dxva2

int GetMonitorTechnologyType(
  1. int hMonitor,
  2. Pointer<Int32> pdtyDisplayTechnologyType
)

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);