Previous Next

DRIVER_UPGRADE_INFO_1

The DRIVER_UPGRADE_INFO_1 structure is used as an input to a printer interface DLL's DrvUpgradePrinter function.

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.

Headers

Declared in winddiui.h. Include winddiui.h.

See Also

DrvUpgradePrinter, DRIVER_UPGRADE_INFO_2