IDDCX_FRAME_STATISTICS_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iddcx-iddcx_frame_statistics_flags)

IDDCX_FRAME_STATISTICS_FLAGS enumeration

Description

A IDDCX_FRAME_STATISTICS_FLAGS value indicates how a frame was altered by the driver.

Constants

IDDCX_FRAME_STATISTICS_FLAGS_NONE:0

Indicates that there are no alterations to the frame.

IDDCX_FRAME_STATISTICS_FLAGS_REDUCED_COLOR_FIDELITY:1

When set indicates that the driver reduced the color fidelity of the desktop image while processing and transmitting this frame.

See also

IDDCX_FRAME_STATISTICS