OEMFilterGraphics - NtDoc

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

BOOL OEMFilterGraphics(
       PDEVOBJ pdevobj,
  [in] PBYTE   pBuf,
       DWORD   dwLen
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMFilterGraphics function.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

pBuf [in]

Defines the PBYTE parameter pBuf.

dwLen

Defines the DWORD parameter dwLen.

Return value

Returns a BOOL value.