OEMDevQueryPrintEx - NtDoc

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

BOOL OEMDevQueryPrintEx(
  POEMUIOBJ           poemuiobj,
  PDEVQUERYPRINT_INFO pDQPInfo,
  PDEVMODE            pPublicDM,
  PVOID               pOEMDM
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMDevQueryPrintEx function.

Parameters

poemuiobj

Defines the POEMUIOBJ parameter poemuiobj.

pDQPInfo

Defines the PDEVQUERYPRINT_INFO parameter pDQPInfo.

pPublicDM

Defines the PDEVMODE parameter pPublicDM.

pOEMDM

Defines the PVOID parameter pOEMDM.

Return value

Returns a BOOL value.