// winspool.h
DWORD EnumJobNamedProperties(
[in] HANDLE hPrinter,
[in] DWORD JobId,
[out] DWORD *pcProperties,
[out] PrintNamedProperty **ppProperties
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the EnumJobNamedProperties function.
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.
Returns a DWORD containing the number of named properties.