PrintPropertyValue - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winspool-printpropertyvalue)

PrintPropertyValue structure

Description

Describes the PrintPropertyValue structure.

Members

ePropertyType

value

value.propertyByte

value.propertyString

value.propertyInt32

value.propertyInt64

value.propertyBlob

value.propertyBlob.cbBuf

value.propertyBlob.pBuf