Print destination information structure.
This structure is used at information level 0.
typedef struct _PRINTERINFO {
ULONG flType; /* Type of printer. */
PSZ pszComputerName; /* Computer name. */
PSZ pszPrintDestinationName; /* Name of Print Destination. */
PSZ pszDescription; /* Description of print destination. */
PSZ pszLocalName; /* Local name of remote print destination. */
} PRINTERINFO;
typedef PRINTERINFO * PPRINTERINFO ;