// iddcx.h
struct IDARG_IN_QUERYTARGET_INFO {
UINT ConnectorIndex;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDARG_IN_QUERYTARGET_INFO structure contains input arguments for the EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO callback function.
ConnectorIndexThe connector index of the target monitor being queried. The driver provided this index in a prior call to IddCxMonitorCreate.
For more information about HDR support, see IddCx version 1.10 updates.
EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO