Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2.37 KB

nc-printoem-pfn_drvgetdriversetting.md

File metadata and controls

78 lines (59 loc) · 2.37 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:printoem.PFN_DrvGetDriverSetting
PFN_DrvGetDriverSetting (printoem.h)
The DrvGetDriverSetting function is obsolete.
print
08/11/2022
PFN_DrvGetDriverSetting callback function
DrvGetDriverSetting, DrvGetDriverSetting callback function [Print Devices], PFN_DrvGetDriverSetting, PFN_DrvGetDriverSetting callback, print.drvgetdriversetting, print_obsoletefunctions_655cde75-fc70-4d6c-a7b4-8eb1e068ebd9.xml, printoem/DrvGetDriverSetting
printoem.h
Printoem.h
Windows
Windows
PFN_DrvGetDriverSetting
printoem/PFN_DrvGetDriverSetting
APIRef
kbSyntax
UserDefined
printoem.h
PFN_DrvGetDriverSetting

-description

The DrvGetDriverSetting function is obsolete.

Windows 2000 and later printer drivers should use IPrintOemDriverUI::DrvGetDriverSetting, IPrintCoreUI2::DrvGetDriverSetting (UI plug-ins), IPrintOemDriverUni::DrvGetDriverSetting (Unidrv plug-ins) or IPrintOemDriverPS::DrvGetDriverSetting (Pscript plug-ins)

This function pointer type defines the type of the DrvGetDriverSetting member of the OEMUIPROCS and DRVPROCS structures.

-parameters

-param pdriverobj

Defines the PVOID parameter pdriverobj.

-param Feature

Defines the PCSTR parameter Feature.

-param pOutput

Defines the PVOID parameter pOutput.

-param cbSize

Defines the DWORD parameter cbSize.

-param pcbNeeded [out, optional]

Defines the PDWORD parameter pcbNeeded.

-param pdwOptionsReturned [out, optional]

Defines the PDWORD parameter pdwOptionsReturned.

-returns

Returns a BOOL value.