PDEV_USE_TRUE_COLOR - NtDoc

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

typedef struct _PDEV_USE_TRUE_COLOR {
  BOOL bUseTrueColor;
} PDEV_USE_TRUE_COLOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-printoem-_pdev_use_true_color)

Description

The PDEV_USE_TRUE_COLOR structure indicates whether the output color space should be color or grayscale.

Members

bUseTrueColor

Specifies whether the PostScript output should be in color mode or in monochrome/grayscale mode. If TRUE, output is in color. If FALSE, output is monochrome/grayscale.

Remarks

This structure is available in Windows XP and later.

The pBuf parameter of the IPrintOemPS2::GetPDEVAdjustment method can point to a structure of this type.

A plug-in can use this flag to turn color output on or off for Pscript5 printer output data. If the plug-in chooses to not change the current setting, it can simply return S_FALSE.

See also

IPrintOemPS2::GetPDEVAdjustment