OEMPrinterEvent - NtDoc

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

BOOL OEMPrinterEvent(
  PWSTR  pPrinterName,
  INT    iDriverEvent,
  DWORD  dwFlags,
  LPARAM lParam
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMPrinterEvent function.

Parameters

pPrinterName

Defines the PWSTR parameter pPrinterName.

iDriverEvent

Defines the INT parameter iDriverEvent.

dwFlags

Defines the DWORD parameter dwFlags.

lParam

Defines the LPARAM parameter lParam.

Return value

Returns a BOOL value.