// printoem.h
PFN_DrvUpgradeRegistrySetting PfnDrvupgraderegistrysetting;
BOOL PfnDrvupgraderegistrysetting(
HANDLE hPrinter,
PCSTR pFeature,
PCSTR pOption
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The DrvUpgradeRegistrySetting function is obsolete.
Windows 2000 and later UI plug-ins should use IPrintOemDriverUI::DrvUpgradeRegistrySetting or IPrintCoreUI2::DrvUpgradeRegistrySetting.
This function pointer prototype defines the type of the pfnUpgrade parameter of the OEMUpgradeRegistry function.
hPrinterDefines the HANDLE parameter hPrinter.
pFeatureDefines the PCSTR parameter pFeature.
pOptionDefines the PCSTR parameter pOption.
Returns a BOOL value.