// iddcx.h
typedef enum IDDCX_FRAME_STATISTICS_FLAGS {
IDDCX_FRAME_STATISTICS_FLAGS_NONE = 0,
IDDCX_FRAME_STATISTICS_FLAGS_REDUCED_COLOR_FIDELITY = 1
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A IDDCX_FRAME_STATISTICS_FLAGS value indicates how a frame was altered by the driver.
IDDCX_FRAME_STATISTICS_FLAGS_NONE:0Indicates that there are no alterations to the frame.
IDDCX_FRAME_STATISTICS_FLAGS_REDUCED_COLOR_FIDELITY:1When set indicates that the driver reduced the color fidelity of the desktop image while processing and transmitting this frame.