PFN_DrvUpgradeRegistrySetting - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// printoem.h

PFN_DrvUpgradeRegistrySetting PfnDrvupgraderegistrysetting;

BOOL PfnDrvupgraderegistrysetting(
  HANDLE hPrinter,
  PCSTR pFeature,
  PCSTR pOption
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-printoem-pfn_drvupgraderegistrysetting)

Description

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.

Parameters

hPrinter

Defines the HANDLE parameter hPrinter.

pFeature

Defines the PCSTR parameter pFeature.

pOption

Defines the PCSTR parameter pOption.

Return value

Returns a BOOL value.