PFN_DrvYMoveTo callback function (printoem.h)
The DrvYMoveTo function is obsolete.
Windows 2000 and later Unidrv plug-ins should use IPrintOemDriverUni::DrvYMoveTo.
This function pointer prototype defines the type of the DrvYMoveTo member of the DRVPROCS structure.
Syntax
PFN_DrvYMoveTo PfnDrvymoveto;
INT PfnDrvymoveto(
PDEVOBJ pdevobj,
INT y,
DWORD dwFlags
)
{...}
Parameters
pdevobj
Defines the PDEVOBJ parameter pdevobj.
y
Defines the INT parameter y.
dwFlags
Defines the DWORD parameter dwFlags.
Return value
Returns an INT value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |