EnumJobNamedProperties function (winspool.h)

This topic describes the EnumJobNamedProperties function.

Syntax

DWORD EnumJobNamedProperties(
  [in]  HANDLE             hPrinter,
  [in]  DWORD              JobId,
  [out] DWORD              *pcProperties,
  [out] PrintNamedProperty **ppProperties
);

Parameters

[in] hPrinter

Defines the HANDLE parameter hPrinter.

[in] JobId

Defines the DWORD parameter JobId.

[out] pcProperties

Defines the DWORD parameter pcProperties.

[out] ppProperties

Defines the PrintNamedProperty parameter ppProperties.

Return value

Returns a DWORD containing the number of named properties.

Requirements

Requirement Value
Target Platform Windows
Header winspool.h (include Winspool.h)