Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2 KB

nf-winspool-deletejobnamedproperty.md

File metadata and controls

70 lines (54 loc) · 2 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:winspool.DeleteJobNamedProperty
DeleteJobNamedProperty function (winspool.h)
Deletes the named property for the specified print job on the specified printer.
print\deletejobnamedproperty.htm
print
04/20/2018
DeleteJobNamedProperty function
DeleteJobNamedProperty, DeleteJobNamedProperty function [Print Devices], print.deletejobnamedproperty, winspool/DeleteJobNamedProperty
winspool.h
Winspool.h
Desktop
WinSpool.lib
Spoolss.dll; WinSpool.drv
Windows
DeleteJobNamedProperty
winspool/DeleteJobNamedProperty
APIRef
kbSyntax
DllExport
spoolss.dll
WinSpool.drv
DeleteJobNamedProperty

DeleteJobNamedProperty function

-description

Deletes the named property for the specified print job on the specified printer.

-parameters

-param hPrinter [in]

A handle to the printer object of interest. Use the OpenPrinter, OpenPrinter2, or the AddPrinter function to retrieve a printer handle.

-param JobId [in]

Identifier that specifies the print job. You obtain a print job identifier by calling the AddJob function or the StartDoc function.

-param pszName [in]

Name of the property that will be deleted.

-returns

If the operation succeeds, the function returns ERROR_SUCCESS.