OEMEnablePDEV - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

Describes the OEMEnablePDEV function.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

pPrinterName [in]

Defines the PWSTR parameter pPrinterName.

cPatterns

Defines the ULONG parameter cPatterns.

phsurfPatterns [in]

Defines the HSURF parameter phsurfPatterns.

cjGdiInfo

Defines the ULONG parameter cjGdiInfo.

pGdiInfo [in, out]

Defines the GDIINFO parameter pGdiInfo.

cjDevInfo

Defines the ULONG parameter cjDevInfo.

pDevInfo [in, out]

Defines the DEVINFO parameter pDevInfo.

pded [in]

Defines the DRVENABLEDATA parameter pded.

Return value

Returns a PDEVOEM value.