PFN_DrvUpdateUISetting - NtDoc

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

PFN_DrvUpdateUISetting PfnDrvupdateuisetting;

BOOL PfnDrvupdateuisetting(
  PVOID pdriverobj,
  PVOID pOptItem,
  DWORD dwPreviousSelection,
  DWORD dwMode
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The DrvUpdateUISetting function is obsolete.

Windows 2000 and later UI plug-ins should use IPrintOemDriverUI::DrvUpdateUISetting or IPrintCoreUI2::DrvUpdateUISetting.

This function pointer prototype defines the type of the DrvUpdateUISetting member of the OEMUIPROCS structure.

Parameters

pdriverobj

Defines the PVOID parameter pdriverobj.

pOptItem

Defines the PVOID parameter pOptItem.

dwPreviousSelection

Defines the DWORD parameter dwPreviousSelection.

dwMode

Defines the DWORD parameter dwMode.

Return value

Returns a BOOL value.