// printoem.h
typedef struct _PDEV_USE_TRUE_COLOR {
BOOL bUseTrueColor;
} PDEV_USE_TRUE_COLOR;
View the official Windows Driver Kit DDI referenceNo description available.
The PDEV_USE_TRUE_COLOR structure indicates whether the output color space should be color or grayscale.
bUseTrueColorSpecifies 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.
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.
IPrintOemPS2::GetPDEVAdjustment