FreePrintPropertyValue - NtDoc

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

void FreePrintPropertyValue(
  [in, out] PrintPropertyValue *pValue
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

FreePrintPropertyValue function

Description

Frees the value that is retrieved using the GetJobNamedPropertyValue function.

Parameters

pValue [in, out]

Pointer to PrintPropertyValue structure that is returned from GetJobNamedPropertyValue.