OEMImageProcessing - NtDoc

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

PBYTE OEMImageProcessing(
  PDEVOBJ           pdevobj,
  PBYTE             pSrcBitmap,
  PBITMAPINFOHEADER pBitmapInfoHeader,
  PBYTE             pColorTable,
  DWORD             dwCallbackID,
  PIPPARAMS         pIPParams
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMImageProcessing function.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

pSrcBitmap

Defines the PBYTE parameter pSrcBitmap.

pBitmapInfoHeader

Defines the PBITMAPINFOHEADER parameter pBitmapInfoHeader.

pColorTable

Defines the PBYTE parameter pColorTable.

dwCallbackID

Defines the DWORD parameter dwCallbackID.

pIPParams

Defines the PIPPARAMS parameter pIPParams.

Return value

Returns a PBYTE value.