Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the value of the named property for the specified print job on the specified printer.
Syntax
DWORD GetJobNamedPropertyValue(
[in] HANDLE hPrinter,
[in] DWORD JobId,
[in] PCWSTR pszName,
[out] PrintPropertyValue *pValue
);
Parameters
[in] hPrinter
A handle to the printer object of interest. Use the OpenPrinter, OpenPrinter2, or the AddPrinter function to retrieve a printer handle.
[in] JobId
Identifier that specifies the print job. You obtain a print job identifier by calling the AddJob function or the StartDoc function.
[in] pszName
Name of the property whose value will be retrieved.
[out] pValue
Value of the named property. The caller needs to free this using the FreePrintPropertyValue function.
Return value
If the operation succeeds, the function returns ERROR_SUCCESS.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | winspool.h (include Winspool.h) |
Library | WinSpool.lib |
DLL | Spoolss.dll; WinSpool.drv |