// winspool.h
void FreePrintPropertyValue(
[in, out] PrintPropertyValue *pValue
);
View the official Windows Driver Kit DDI referenceNo description available.
Frees the value that is retrieved using the GetJobNamedPropertyValue function.
pValue [in, out]Pointer to PrintPropertyValue structure that is returned from GetJobNamedPropertyValue.