DRIVER_UPGRADE_INFO_1结构(winddiui.h)
DRIVER_UPGRADE_INFO_1结构用作打印机接口 DLL DrvUpgradePrinter 函数的输入。
语法
typedef struct _DRIVER_UPGRADE_INFO_1 {
LPTSTR pPrinterName;
LPTSTR pOldDriverDirectory;
} DRIVER_UPGRADE_INFO_1, *PDRIVER_UPGRADE_INFO_1;
成员
pPrinterName
指向指定打印机名称的 NULL 终止字符串的指针。
pOldDriverDirectory
指向 NULL 终止的字符串的指针,该字符串指定可在其中找到旧打印机驱动程序文件的本地目录。
要求
要求 | 价值 |
---|---|
标头 | winddiui.h (包括 Winddiui.h) |