OEMDeviceCapabilities - NtDoc

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

DWORD OEMDeviceCapabilities(
  POEMUIOBJ poemuiobj,
  HANDLE    hPrinter,
  PWSTR     pDeviceName,
  WORD      wCapability,
  PVOID     pOutput,
  PDEVMODE  pPublicDM,
  PVOID     pOEMDM,
  DWORD     dwLastResult
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMDeviceCapabilities function.

Parameters

poemuiobj

Defines the POEMUIOBJ parameter poemuiobj.

hPrinter

Defines the HANDLE parameter hPrinter.

pDeviceName

Defines the PWSTR parameter pDeviceName.

wCapability

Defines the WORD parameter wCapability.

pOutput

Defines the PVOID parameter pOutput.

pPublicDM

Defines the PDEVMODE parameter pPublicDM.

pOEMDM

Defines the PVOID parameter pOEMDM.

dwLastResult

Defines the DWORD parameter dwLastResult.

Return value

Returns a DWORD value.