// winspool.h
typedef struct {
EPrintPropertyType ePropertyType;
union {
BYTE propertyByte;
PWSTR propertyString;
LONG propertyInt32;
LONGLONG propertyInt64;
struct {
DWORD cbBuf;
LPVOID pBuf;
} propertyBlob;
} value;
} PrintPropertyValue;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the PrintPropertyValue structure.
ePropertyTypevaluevalue.propertyBytevalue.propertyStringvalue.propertyInt32value.propertyInt64value.propertyBlobvalue.propertyBlob.cbBufvalue.propertyBlob.pBuf