DRIVER_UPGRADE_INFO_1 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winddiui-_driver_upgrade_info_1)

_DRIVER_UPGRADE_INFO_1 structure

Description

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

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.

See also

DRIVER_UPGRADE_INFO_2

DrvUpgradePrinter