IDARG_IN_QUERYTARGET_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDARG_IN_QUERYTARGET_INFO {
  UINT ConnectorIndex;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_in_querytarget_info)

Description

The IDARG_IN_QUERYTARGET_INFO structure contains input arguments for the EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO callback function.

Members

ConnectorIndex

The connector index of the target monitor being queried. The driver provided this index in a prior call to IddCxMonitorCreate.

Remarks

For more information about HDR support, see IddCx version 1.10 updates.

See also

EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO

IddCxMonitorCreate