DRIVER_UPGRADE_INFO_1 structure (winddiui.h)
The DRIVER_UPGRADE_INFO_1 structure is used as an input to a printer interface DLL's DrvUpgradePrinter function.
Syntax
typedef struct _DRIVER_UPGRADE_INFO_1 {
LPTSTR pPrinterName;
LPTSTR pOldDriverDirectory;
} DRIVER_UPGRADE_INFO_1, *PDRIVER_UPGRADE_INFO_1;
Members
pPrinterName
Pointer to a NULL-terminated string that specifies the name of the printer.
pOldDriverDirectory
Pointer to a NULL-terminated string that specifies the local directory in which the old printer driver files can be found.
Requirements
Requirement | Value |
---|---|
Header | winddiui.h (include Winddiui.h) |