SetJobNamedProperty - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winspool.h

DWORD SetJobNamedProperty(
  [in] HANDLE                   hPrinter,
  [in] DWORD                    JobId,
  [in] const PrintNamedProperty *pProperty
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winspool-setjobnamedproperty)

Description

This topic describes the SetJobNamedProperty function.

Parameters

hPrinter [in]

Describes the HANDLE parameter hPrinter.

JobId [in]

Describes the DWORD parameter JobId.

pProperty [in]

Describes the PrintNamedProperty parameter pProperty.

Return value

DWORD