OEMDitherColor - NtDoc

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

ULONG OEMDitherColor(
  DHPDEV dhpdev,
  ULONG  iMode,
  ULONG  rgbColor,
  ULONG  *pulDither
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-printoem-oemdithercolor)

Description

The OEMDitherColor function requests the device to create a brush dithered against a device palette.

Parameters

dhpdev

Defines the DHPDEV parameter dhpdev.

iMode

Defines the ULONG parameter iMode.

rgbColor

Defines the ULONG parameter rgbColor.

pulDither

Defines the ULONG parameter pulDither.

Return value

Returns a ULONG value.