// ntddvdeo.h
typedef struct _OUTPUT_WIRE_FORMAT {
OUTPUT_COLOR_ENCODING ColorEncoding;
UINT32 BitsPerPixel;
} OUTPUT_WIRE_FORMAT;
View the official Windows Driver Kit DDI referenceNo description available.
Output wire format.
ColorEncodingColor encoding.
BitsPerPixelBits per pixel.