OUTPUT_WIRE_FORMAT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef struct _OUTPUT_WIRE_FORMAT {
  OUTPUT_COLOR_ENCODING ColorEncoding;
  UINT32                BitsPerPixel;
} OUTPUT_WIRE_FORMAT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-output_wire_format)

OUTPUT_WIRE_FORMAT structure

Description

Output wire format.

Members

ColorEncoding

Color encoding.

BitsPerPixel

Bits per pixel.

Remarks

See also