EnumJobNamedProperties - NtDoc

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

DWORD EnumJobNamedProperties(
  [in]  HANDLE             hPrinter,
  [in]  DWORD              JobId,
  [out] DWORD              *pcProperties,
  [out] PrintNamedProperty **ppProperties
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the EnumJobNamedProperties function.

Parameters

hPrinter [in]

Defines the HANDLE parameter hPrinter.

JobId [in]

Defines the DWORD parameter JobId.

pcProperties [out]

Defines the DWORD parameter pcProperties.

ppProperties [out]

Defines the PrintNamedProperty parameter ppProperties.

Return value

Returns a DWORD containing the number of named properties.