OEMRealizeBrush - NtDoc

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

BOOL OEMRealizeBrush(
  BRUSHOBJ *pbo,
  SURFOBJ  *psoTarget,
  SURFOBJ  *psoPattern,
  SURFOBJ  *psoMask,
  XLATEOBJ *pxlo,
  ULONG    iHatch
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMRealizeBrush function requests that the driver realize a specified brush for a specified surface.

Parameters

pbo

Defines the BRUSHOBJ parameter pbo.

psoTarget

Defines the SURFOBJ parameter psoTarget.

psoPattern

Defines the SURFOBJ parameter psoPattern.

psoMask

Defines the SURFOBJ parameter psoMask.

pxlo

Defines the XLATEOBJ parameter pxlo.

iHatch

Defines the ULONG parameter iHatch.

Return value

Returns a BOOL value.