DRIVER_INFO_1

The DRIVER_INFO_1 structure identifies a printer driver.

typedef struct _DRIVER_INFO_1 { // dri1

LPTSTR pName;

} DRIVER_INFO_1;

Members

pName

Points to a null-terminated string that specifies the name of a printer driver.

See Also

EnumPrinterDrivers