// printoem.h
BOOL OEMDevQueryPrintEx(
POEMUIOBJ poemuiobj,
PDEVQUERYPRINT_INFO pDQPInfo,
PDEVMODE pPublicDM,
PVOID pOEMDM
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the OEMDevQueryPrintEx function.
poemuiobjDefines the POEMUIOBJ parameter poemuiobj.
pDQPInfoDefines the PDEVQUERYPRINT_INFO parameter pDQPInfo.
pPublicDMDefines the PDEVMODE parameter pPublicDM.
pOEMDMDefines the PVOID parameter pOEMDM.
Returns a BOOL value.