PRINTPROCESSOR_INFO_1 structure

The PRINTPROCESSOR_INFO_1 structure specifies the name of an installed print processor.

Syntax

typedef struct _PRINTPROCESSOR_INFO_1 {
  LPTSTR pName;
} PRINTPROCESSOR_INFO_1, *PPRINTPROCESSOR_INFO_1;

Members

pName

Pointer to a null-terminated string that specifies the name of an installed print processor.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Winspool.h (include Windows.h)
Unicode and ANSI names
_PRINTPROCESSOR_INFO_1W (Unicode) and _PRINTPROCESSOR_INFO_1A (ANSI)

See also

Printing

Print Spooler API Structures

EnumPrintProcessors