PFN_DrvUpdateUISetting callback function (printoem.h)
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.
Syntax
PFN_DrvUpdateUISetting PfnDrvupdateuisetting;
BOOL PfnDrvupdateuisetting(
PVOID pdriverobj,
PVOID pOptItem,
DWORD dwPreviousSelection,
DWORD dwMode
)
{...}
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |