Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 2.49 KB

nf-prcomoem-iprintoemuni3-downloadpattern.md

File metadata and controls

81 lines (59 loc) · 2.49 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:prcomoem.IPrintOemUni3.DownloadPattern
IPrintOemUni3::DownloadPattern (prcomoem.h)
The IPrintOemUni3::DownloadPattern method downloads a pattern to a printer.
print\iprintoemuni3_downloadpattern.htm
print
04/20/2018
IPrintOemUni3::DownloadPattern
DownloadPattern, DownloadPattern method [Print Devices], DownloadPattern method [Print Devices],IPrintOemUni3 interface, IPrintOemUni3 interface [Print Devices],DownloadPattern method, IPrintOemUni3.DownloadPattern, IPrintOemUni3::DownloadPattern, prcomoem/IPrintOemUni3::DownloadPattern, print.iprintoemuni3_downloadpattern, print_unidrv-pscript_rendering_ce79f65e-3515-4d0b-96d6-d468c15039f1.xml
prcomoem.h
Prcomoem.h
Desktop
Windows
IPrintOemUni3::DownloadPattern
prcomoem/IPrintOemUni3::DownloadPattern
APIRef
kbSyntax
COM
prcomoem.h
IPrintOemUni3::DownloadPattern

IPrintOemUni3::DownloadPattern

-description

The IPrintOemUni3::DownloadPattern method downloads a pattern to a printer.

-parameters

-param pdevobj

A pointer to a DEVOBJ structure.

-param psoPattern

A pointer to the SURFOBJ structure that contains the pattern to download.

-param lPatternID

The ID of the pattern to download.

-returns

If successful, this method should return S_OK. Otherwise, this method should return an appropriate value in the returned HRESULT.

-remarks

This method is available in Windows Vista and later.

You should implement this method if you want your rendering plug-in, rather than Unidrv, to download a pattern. If implemented, this method is called by DrvRealizeBrush for raster-mode print jobs. This method is not called for vector-mode print jobs.

-see-also

DrvRealizeBrush

IPrintOemUni3