OEMEnablePDEV function (printoem.h)
Describes the OEMEnablePDEV function.
Syntax
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
);
Parameters
pdevobj
Defines the PDEVOBJ parameter pdevobj.
[in] pPrinterName
Defines the PWSTR parameter pPrinterName.
cPatterns
Defines the ULONG parameter cPatterns.
[in] phsurfPatterns
Defines the HSURF parameter phsurfPatterns.
cjGdiInfo
Defines the ULONG parameter cjGdiInfo.
[in, out] pGdiInfo
Defines the GDIINFO parameter pGdiInfo.
cjDevInfo
Defines the ULONG parameter cjDevInfo.
[in, out] pDevInfo
Defines the DEVINFO parameter pDevInfo.
[in] pded
Defines the DRVENABLEDATA parameter pded.
Return value
Returns a PDEVOEM value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |