// winddiui.h
typedef struct _DRIVER_UPGRADE_INFO_1 {
LPTSTR pPrinterName;
LPTSTR pOldDriverDirectory;
} DRIVER_UPGRADE_INFO_1, *PDRIVER_UPGRADE_INFO_1;
View the official Windows Driver Kit DDI referenceNo description available.
The DRIVER_UPGRADE_INFO_1 structure is used as an input to a printer interface DLL's DrvUpgradePrinter function.
pPrinterNamePointer to a NULL-terminated string that specifies the name of the printer.
pOldDriverDirectoryPointer to a NULL-terminated string that specifies the local directory in which the old printer driver files can be found.