// printoem.h
ULONG OEMDitherColor(
DHPDEV dhpdev,
ULONG iMode,
ULONG rgbColor,
ULONG *pulDither
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMDitherColor function requests the device to create a brush dithered against a device palette.
dhpdevDefines the DHPDEV parameter dhpdev.
iModeDefines the ULONG parameter iMode.
rgbColorDefines the ULONG parameter rgbColor.
pulDitherDefines the ULONG parameter pulDither.
Returns a ULONG value.