Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |