DRIVER_INFO_1

typedef struct _DRIVER_INFO_1 {

LPTSTR pName; // QMS 810

} DRIVER_INFO_1, *PDRIVER_INFO_1, *LPDRIVER_INFO_1;

This structure is returned from the EnumPrinterDrivers function.

Members

pName

This value specifies a pointer to a NULL terminated unique string describing the Printer Driver.