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 |
|
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 |
|
|
|
|
|
The IPrintOemUni3::DownloadPattern
method downloads a pattern to a printer.
A pointer to a DEVOBJ structure.
A pointer to the SURFOBJ structure that contains the pattern to download.
The ID of the pattern to download.
If successful, this method should return S_OK. Otherwise, this method should return an appropriate value in the returned HRESULT.
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.