// printoem.h
PDEVOEM OEMEnablePDEV(
PDEVOBJ pdevobj,
[in] PWSTR pPrinterName,
ULONG cPatterns,
[in] HSURF *phsurfPatterns,
ULONG cjGdiInfo,
[in, out] GDIINFO *pGdiInfo,
ULONG cjDevInfo,
[in, out] DEVINFO *pDevInfo,
[in] DRVENABLEDATA *pded
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the OEMEnablePDEV function.
pdevobjDefines the PDEVOBJ parameter pdevobj.
pPrinterName [in]Defines the PWSTR parameter pPrinterName.
cPatternsDefines the ULONG parameter cPatterns.
phsurfPatterns [in]Defines the HSURF parameter phsurfPatterns.
cjGdiInfoDefines the ULONG parameter cjGdiInfo.
pGdiInfo [in, out]Defines the GDIINFO parameter pGdiInfo.
cjDevInfoDefines the ULONG parameter cjDevInfo.
pDevInfo [in, out]Defines the DEVINFO parameter pDevInfo.
pded [in]Defines the DRVENABLEDATA parameter pded.
Returns a PDEVOEM value.