The RPC_PrintNamedProperty structure specifies a Job Named Property (section 3.1.1).<81>
typedef struct {
[string] wchar_t* propertyName;
RPC_PrintPropertyValue propertyValue;
} RPC_PrintNamedProperty;
propertyName: A pointer to a string containing the name of the property.
propertyValue: An RPC_PrintPropertyValue structure (section 2.2.1.14.1) containing the value of the property.