// iddcx.h
struct IDDCX_WIRE_FORMAT_INFO {
IDDCX_COLOR_SPACE ColorSpace;
IDDCX_WIRE_BITS_PER_COMPONENT BitsPerComponent;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDDCX_WIRE_FORMAT_INFO structure contains details about the signal to send to the monitor.
ColorSpaceAn IDDCX_COLOR_SPACE value that specifies the color space to use on the monitor.
BitsPerComponentAn IDDCX_WIRE_BITS_PER_COMPONENT value that specifies the number of bits per component and which pixel encoding to use on the monitor.
For more information about HDR support, see IddCx version 1.10 updates.
EVT_IDD_CX_ADAPTER_COMMIT_MODES2