// iddcx.h
struct IDARG_OUT_QUERYTARGET_INFO {
IDDCX_TARGET_CAPS TargetCaps;
IDDCX_WIRE_BITS_PER_COMPONENT DitheringSupport;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDARG_OUT_QUERYTARGET_INFO structure contains output arguments for the EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO callback function.
TargetCapsAn IDDCX_TARGET_CAPS value that identifies the capabilities of the target.
DitheringSupportAn IDDCX_WIRE_BITS_PER_COMPONENT structure that identifies the dithering support. The driver should set the wire-format bit for each format where the driver and hardware supports dithering that is beneficial to image quality when the source pixel format is higher precision than the wire-format.
For more information about HDR support, see IddCx version 1.10 updates.
EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO