The PRINTPROCESSOR_INFO_1 structure specifies the name of an installed print processor.
typedef struct _PRINTPROCESSOR_INFO_1 { // ppi1
LPTSTR pName;
} PRINTPROCESSOR_INFO_1;
Members
pName
Points to a null-terminated string that specifies the name of an installed print processor.
See Also